C chercm macrumors member Original poster Jul 30, 2010 48 0 Sep 1, 2012 #1 the last time it have been disabled on the lion but now it is back again , how to get it disabled . please help
the last time it have been disabled on the lion but now it is back again , how to get it disabled . please help
53kyle macrumors 65816 Mar 27, 2012 1,282 111 Sebastopol, CA Sep 1, 2012 #2 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
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
C chercm macrumors member Original poster Jul 30, 2010 48 0 Sep 1, 2012 #3 tried to restart and still the apps are still opening it by themselves
53kyle macrumors 65816 Mar 27, 2012 1,282 111 Sebastopol, CA Sep 2, 2012 #4 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
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
B bbfc macrumors 68040 Oct 22, 2011 3,910 1,676 Newcastle, England. Sep 2, 2012 #5 chercm said: tried to restart and still the apps are still opening it by themselves Click to expand... If you uncheck the box on the restart/shutdown prompt, it will remain unchecked.
chercm said: tried to restart and still the apps are still opening it by themselves Click to expand... If you uncheck the box on the restart/shutdown prompt, it will remain unchecked.