Managing Improve Siri & Dictation and Share iCloud Analytics

gb3
New Contributor III

Anyone know how to manage Improve Siri & Dictation and Share iCloud Analytics here? Can't seem to find the right plist for them.

bbb52b98a52447918e659465a93e9cbb

2 REPLIES 2

mntbighker
New Contributor III

Same question over a year later.

JCMBowman
New Contributor III

You can manage Improve Siri & Dictation by adding an Application & Custom Settings payload, adding an external application with the domain set to com.apple.assistant.support.

Use this schema:

{
    "title": "Apple Assistant Support Settings",
    "description": "Preference domain: com.apple.assistant.support",
    "type": "object",
    "options": {
        "remove_empty_properties": true
    },  
    "properties": {
        "Siri Data Sharing Opt-In Status": {
            "type": "integer",
            "title": "Opt-in to Siri Data Sharing? [2.6.3]",
            "description": "Should be set to 2 for CIS compliance",
            "default": "2"
        }
    }
}

 

I'm not sure what the other settings are, but 2 disables it.