Posted on 01-06-2020 09:01 AM
When we start the Questar browser, I get a message to enable Siri, and then the browser has a message to disable Siri. I checked System Preferences and Siri is disabled. We are running MAC OSX
10.14.5.
Solved! Go to Solution.
Posted on 01-06-2020 10:08 AM
We created a Configuration profile to disable Siri with
two .plist files. I think I had to create them first and specify the settings with the
defaults write command.
defaults write com.apple.Siri UserHasDeclinedEnable true
defaults write com.apple.Siri StatusMenuVisible false
defaults write com.apple.assistant.support Assistant Enabled false
After the files were created made the Config profile and deployed to testing devices. Its a Computer based profile.
Posted on 01-06-2020 10:08 AM
We created a Configuration profile to disable Siri with
two .plist files. I think I had to create them first and specify the settings with the
defaults write command.
defaults write com.apple.Siri UserHasDeclinedEnable true
defaults write com.apple.Siri StatusMenuVisible false
defaults write com.apple.assistant.support Assistant Enabled false
After the files were created made the Config profile and deployed to testing devices. Its a Computer based profile.
Posted on 01-17-2020 06:48 AM
Just an update. The file would not push when I tried to do it as a Configuration Profile. I created a PKG and pushed them using a Policy.