I have solved my previous issue - now just wondering if there is a json or plist file which I can use to force this highlighted setting to be toggled 'On' by default for all users by default.
I have looked in the general settings on the configuration profile and not been able to find anything related to this.
Many thanks again for any suggestions!
Best answer by sdagley
@lewissav That setting is stored as a per user setting in ~/Library/Preferences/.GlobalPreferences.plist as NSQuitAlwaysKeepsWindows key (turning on that option in the GUI sets the value for that key to false)
Here's the .plist to use for an Applications & Custom Settings payload in a User Level Configuration Profile for the .GlobalPreferences preferences domain
@lewissav That setting is stored as a per user setting in ~/Library/Preferences/.GlobalPreferences.plist as NSQuitAlwaysKeepsWindows key (turning on that option in the GUI sets the value for that key to false)
Here's the .plist to use for an Applications & Custom Settings payload in a User Level Configuration Profile for the .GlobalPreferences preferences domain
@lewissav That setting is stored as a per user setting in ~/Library/Preferences/.GlobalPreferences.plist as NSQuitAlwaysKeepsWindows key (turning on that option in the GUI sets the value for that key to false)
Here's the .plist to use for an Applications & Custom Settings payload in a User Level Configuration Profile for the .GlobalPreferences preferences domain
@lewissav That setting is stored as a per user setting in ~/Library/Preferences/.GlobalPreferences.plist as NSQuitAlwaysKeepsWindows key (turning on that option in the GUI sets the value for that key to false)
Here's the .plist to use for an Applications & Custom Settings payload in a User Level Configuration Profile for the .GlobalPreferences preferences domain