Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benediktkr/c85786d4b800293d8a1a371796553d13 to your computer and use it in GitHub Desktop.
Save benediktkr/c85786d4b800293d8a1a371796553d13 to your computer and use it in GitHub Desktop.
Disable the Apple Intelligence & Siri System Settings Pane
{
"title": "Siri System Settings (com.apple.systempreferences)",
"description": "Use this section to disable the Siri & Apple Intelligence panel in System Settings.",
"links": [
{
"rel": "Siri-Specific Source",
"href": "https://gist.github.com/jonesiscoding/270dffd9676b212ae741b9571afc9751"
},
{
"rel": "Original Source",
"href": "https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/blob/main/manifests/ManifestsApple/com.apple.systempreferences.json"
}
],
"properties": {
"DisabledSystemSettings": {
"type": "array",
"items": {
"type": "string",
"enum": [
"com.apple.Siri-Settings.extension"
],
"options": {
"enum_titles": [
"Siri"
]
}
},
"description": "The list of disabled System Settings extensions. All other items will be enabled. When DisabledSystemSettings is specified. Note that a given System Settings extension may supply more than one section in System Settings; disabling such an extension will disable all sections it supplies.",
"property_order": 5
}
}
}
@benediktkr
Copy link
Author

benediktkr commented Jan 14, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment