Skip to content

Instantly share code, notes, and snippets.

@tjluoma
Created July 6, 2017 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjluoma/6a33243bc972884b8fb27a7c21147180 to your computer and use it in GitHub Desktop.
Save tjluoma/6a33243bc972884b8fb27a7c21147180 to your computer and use it in GitHub Desktop.
automatically return to the login screen. See https://www.engadget.com/2011/03/07/terminally-geeky-use-automatic-login-more-securely/ for details
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.tjluoma.autologin</string>
<key>ProgramArguments</key>
<array>
<string>/System/Library/CoreServices/Menu Extras/User.menu/Contents/Resources/CGSession</string>
<string>-suspend</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment