
Idle Logout.app was written in Xojo 2015 R3. defaults write /Library/Preferences/ WindowMessage "You're going to be logged out\n\n\nDude!".defaults write /Library/Preferences/ WindowTitle -string "Our Idle Logout".defaults write /Library/Preferences/ WaitForUserPromptSeconds -string 120.defaults write /Library/Preferences/ IdleLoopDelaySeconds -string 5.defaults write /Library/Preferences/ ComputerIdleAfterNumSeconds -string 10.defaults write /Library/Preferences/ IgnoreGroup -string user.defaults write /Library/Preferences/ IgnoreUser -string clcclmadmin.WindowMessage = "This Mac is idle.\n\nClick the "More Time" button to continue using the Mac.\n\nOtherwise, an automatic logout will occur and all unsaved documents will be LOST!"ĭefaults can be set quickly for all users using defaults write:.Uses String.ĭefault Values if plist is not installed: WindowMessage = Changes the text shown on the logout window.WindowTitle = Changes the name shown in the logout window.


The IdleLogout-V.v.pkg installs the Idle Logout.app into /Library/CLMshared/Startup Items/ and the LaunchAgent to open it in /Library/LaunchAgents/. This will not save any data!ĭownload app: Idle Logout.app Installation The Idle Logout App will force close any applications the user has open. Users can disable the Idle Logout process using the "Disable Idle Logout.applescript". The user will see a prompt with a countdown asking them if they wish to log out or continue working ("More Time"). Find the latest commmits at IdleLogout.app DescriptionĪpplication to log out users after a specified period of time.
