Posted on 02-05-2017 06:48 PM
We are trying to disable the Apple ID and Siri screens of the Apple Setup Assistant on first boot and have not been successful.
Most of the discussions on this issue have been around disabling these prompts when a new user logs in. We actually want to keep the Apple Setup Assistant as-is for freshly imaged machines in order to keep the setup process as close to our DEP workflow.
Does anyone know what DEP does to actually skip steps in the Apple Setup Assistant and if it can be done via the shell for non-DEP'd machines?
Posted on 02-06-2017 03:45 PM
We've been having the same issue here where the configuration profile within the JAMF payload doesn't take. Any one have any working solutions?
Posted on 05-15-2017 08:03 AM
Having the same issue as well. Using Rich Trouton's "initial setup script" but still presents AppleID and Siri on first user logon.
Posted on 05-18-2017 12:15 PM
I use a script to disable the setup assistant which works on Sierra as well as El Capitan. It bypasses Siri as well.
Posted on 05-18-2017 12:24 PM
My apologies as I can't remember where I got this from, so I can't give proper credit for the script. I believe I found it here on jamf Nation.
Posted on 05-18-2017 12:31 PM
I have used Rich's scripts including updated versions up to 10.12.4 as part of my first boot script successfully. @kmabe your script is the old one as there is no info for Siri, in particular:
/usr/bin/defaults write "${USER_TEMPLATE}"/Library/Preferences/com.apple.SetupAssistant DidSeeSiriSetup -bool TRUE
/usr/bin/defaults write "${USER_HOME}"/Library/Preferences/com.apple.SetupAssistant DidSeeSiriSetup -bool TRUE
Posted on 05-19-2017 10:24 AM
@LSinNY, I understand it doesn't mention Siri, but I am running it on 10.12.5 and it still bypasses Siri when an AD user logs in. It bypasses all setup.
Posted on 12-29-2017 07:32 AM
@kmabe,
Would you mind sharing your script and setup process?
I have been doing everything manaully via login scripts with old style workgroup manager...
We have moved to Jamf and am learning.