Forked from jonesiscoding/com.apple.systempreferences.intelligence.json
Created
January 14, 2025 21:55
-
-
Save benediktkr/c85786d4b800293d8a1a371796553d13 to your computer and use it in GitHub Desktop.
Disable the Apple Intelligence & Siri System Settings Pane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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 | |
| } | |
| } | |
| } |
kyanasua1-code
commented
Apr 17, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment