Skip to content

Instantly share code, notes, and snippets.

@sllvn
Created March 24, 2012 23:16
Show Gist options
  • Save sllvn/2188969 to your computer and use it in GitHub Desktop.
Save sllvn/2188969 to your computer and use it in GitHub Desktop.
# Disable Resume system-wide
defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false
# Disable the “reopen windows when logging back in” option
# This works, although the checkbox will still appear to be checked.
defaults write com.apple.loginwindow TALLogoutSavesState -bool false
defaults write com.apple.loginwindow LoginwindowLaunchesRelaunchApps -bool false
via https://github.com/mathiasbynens/dotfiles/blob/master/.osx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment