Skip to main content
Solved

Questar browser, I get a message to enable Siri error

  • January 6, 2020
  • 2 replies
  • 20 views

Forum|alt.badge.img+2

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.

Best answer by amitchell

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.

2 replies

Forum|alt.badge.img+7
  • Contributor
  • Answer
  • January 6, 2020

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.


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • January 17, 2020

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.