Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

itsjustmeee

macrumors 6502a
Original poster
Dec 28, 2008
603
7
I have occasional issues with my mac pro freezing and I have to do a full reboot. The windows from the previous session keep popping up even though I have the "Restore windows when quitting and re-opening apps" box unchecked in the General Settings. Is there any way to stop my mac from doing this?
 
From what I have seen this MCX replaces itself upon login so you will need a login hook to disable it.

Code:
defaults write com.apple.loginwindow TALLogoutSavesState -bool false 

defaults write .GlobalPreferences NSQuitAlwaysKeepsWindows -bool false
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.