im looking for a Zero Touch Solution for disabling SIRI for all users on first login, the same way that is done with iCloud.
Any ideas?
im looking for a Zero Touch Solution for disabling SIRI for all users on first login, the same way that is done with iCloud.
Any ideas?
Hi @ngidzak
It's in the same preference file as the iCloud stuff in a key called DidSeeSiriSetup.
We've used the defaults command to set it but a config profile would probably also work:
for USER_TEMPLATE in "/System/Library/User Template"/*
do
/usr/bin/defaults write "${USER_TEMPLATE}"/Library/Preferences/com.apple.SetupAssistant DidSeeSiriSetup -bool TRUE
done
Just setup a profile for this. Works great!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.