Posted on 08-01-2017 03:20 PM
Based on some discussions here and from some outside forums I was able to create a script to perform an in place upgrade from OS X 10.11 to macOS 10.12. However, after the upgrade installs and the re-boots completes, each user has to run through the setup options. Is there a way to suppress this behavior?
Posted on 08-02-2017 08:54 AM
You can run this script during the first boot: https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/disable_apple_icloud_diagnostic_and_siri_pop_ups
Create a launch daemon which will be installed before the necessary reboot. You can achieve this with this tool: https://github.com/rtrouton/First_Boot_Package_Install_Generator
Posted on 08-03-2017 08:31 AM
Thank You, the disable_apple_icloud_diagnostic_and_siri_pop_ups script worked.