Posted on 12-09-2011 06:14 PM
To disable the following checkbox via MCX:
System Preferences -> General -> Restore windows when quitting and re-opening apps
.GlobalPreferences
Create a key for NSQuitAlwaysKeepsWindows of type boolean and value false
Posted on 07-31-2012 11:22 AM
Has anyone made a manifest for this so it can be set via MCX in Casper? JAMF still does not offer this as a template.
Posted on 07-31-2012 11:36 AM
You could just create it manually with the above keys.
Posted on 07-31-2012 11:38 AM
Domain: com.apple.loginwindow
Key name: TALLogoutSavesState
Key type: boolean
Set to false.
I have it set to "user level at next login only" so it only initially sets it off since 10.7.4 introduced the "set it and forget it"-ness of this setting.
Posted on 07-31-2012 11:46 AM
I set up a new Managed Preference with the domain/key in the first post, and i'll report back as to how it works.
The reason I need to apply this setting is that our custom Registration Application reboots the machine upon completion, and re-launches itself when this setting is enabled, even though the plist it leaves behind tells it not to launch.