Skip to main content
Question

disable iCloud after Mavericks upgrade

  • March 24, 2014
  • 3 replies
  • 25 views

Forum|alt.badge.img+2

Hi,

We normally apply a script to prevent the iCloud sign in from popping up when we image a machine, but now have the issue that when upgrading to Mavericks, this appears again.

My brain is standing still, as I am perplexed as to where and how i need to move this script to stop this from happening again.

Process - currently a user cache the install files, upgrade and then go through the setup, but I would like to prevent them from being able to setup anything iCloud.

Any suggestions as how this can be done / forced.

Thanks in advance.

F

3 replies

Forum|alt.badge.img+8
  • Contributor
  • March 24, 2014

I recommend you take a look at the esteemed Rich Trouton's blog on this topic: https://derflounder.wordpress.com/2013/10/27/disabling-the-icloud-sign-in-pop-up-message-on-lion-and-later/#more-3769


Forum|alt.badge.img+13
  • Valued Contributor
  • March 24, 2014

Can you post your script? Also, how are you executing the upgrade?

We do this at imaging with a script, and it's working in Mavericks. As for doing upgrades, we've actually got a createOSXinstallpkg installer with a First Boot Installer Package containing a script-only package (runs the same script).

https://code.google.com/p/munki
https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/first_boot_package_install
http://derflounder.wordpress.com/2012/08/15/creating-payload-free-packages-with-pkgbuild


Forum|alt.badge.img+13
  • Valued Contributor
  • March 24, 2014

Here's how we customize our Mavericks Self-Service Upgrade, maybe it helps:

http://work.chrisdietrich.de/deploying-mavericks-via-casper-self-service/