Skip to content

Instantly share code, notes, and snippets.

@grahampugh
Created May 25, 2022 21:34
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 grahampugh/0875da1d254270c739b329dc66d090c0 to your computer and use it in GitHub Desktop.
Save grahampugh/0875da1d254270c739b329dc66d090c0 to your computer and use it in GitHub Desktop.
GoogleChrome profile to force updates
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.google.Chrome</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>RelaunchNotification</key>
<integer>2</integer>
<key>RelaunchNotificationPeriod</key>
<integer>43200000</integer>
<key>RelaunchWindow</key>
<dict>
<key>entries</key>
<array>
<dict>
<key>duration_mins</key>
<integer>480</integer>
<key>start</key>
<dict>
<key>hour</key>
<integer>22</integer>
<key>minute</key>
<integer>40</integer>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>Custom Settings</string>
<key>PayloadIdentifier</key>
<string>d163b29d-64b5-432b-949f-5ce64faca0a6</string>
<key>PayloadOrganization</key>
<string>JAMF Software</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>d163b29d-64b5-432b-949f-5ce64faca0a6</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Enforces Google Chrome updates</string>
<key>PayloadDisplayName</key>
<string>Google Chrome</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>4C662E37-4F43-45CC-A84B-BF501E9A0224</string>
<key>PayloadOrganization</key>
<string>ETH Zürich</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>4C662E37-4F43-45CC-A84B-BF501E9A0224</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment