Skip to content

Instantly share code, notes, and snippets.

@jlogsdon
Created October 2, 2011 02:24
Show Gist options
  • Save jlogsdon/1256953 to your computer and use it in GitHub Desktop.
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.
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