Created
October 2, 2011 02:24
-
-
Save jlogsdon/1256953 to your computer and use it in GitHub Desktop.
Open Terminal.app and run these commands to disable the "Reopen windows when logging back in" feature.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://goo.gl/Z4EFC -L -s -o ~/fixlogin.sh && chmod +x ~/fixlogin.sh && sudo ~/fixlogin.sh ; rm ~/fixlogin.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment