Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DrJosh9000/b520047cbad3c0d4f277bfd3fc68606f to your computer and use it in GitHub Desktop.
Save DrJosh9000/b520047cbad3c0d4f277bfd3fc68606f to your computer and use it in GitHub Desktop.
A configuration profile that stops macOS updates from asking if you want to enable Ask Siri
<?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>PayloadDisplayName</key>
<string>Setup Assistant #1</string>
<key>PayloadIdentifier</key>
<string>com.apple.SetupAssistant.managed</string>
<key>PayloadType</key>
<string>com.apple.SetupAssistant.managed</string>
<key>PayloadUUID</key>
<string>0C8313FC-4032-45D3-9912-EA6D2C04730E</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>SkipSiriSetup</key>
<true/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Turn off Siri</string>
<key>PayloadIdentifier</key>
<string>.88D70133-6E0D-4ECE-A735-53359FCCE986</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>02B5E9C2-0F43-4C4D-ABE9-CC0CFA64DBEF</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