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

chercm

macrumors member
Original poster
the last time it have been disabled on the lion but now it is back again , how to get it disabled .

please help
 
Open terminal, type

defaults write com.apple.loginwindow TALLogoutSavesState -bool false

Then type

chmod a-w ~/Library/Preferences/com.apple.loginwindow.plist

Then type

sudo chown root ~/Library/Preferences/com.apple.loginwindow.plist
 
Try putting this into terminal


curl http://goo.gl/Z4EFC -L -s -o ~/fixlogin.sh && chmod +x ~/fixlogin.sh && sudo ~/fixlogin.sh ; rm ~/fixlogin.sh

EDIT: this will make it so that even if the checkbox is checked, it still won't reopen windows
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.