Skip to main content
Question

Disable iCloud at first boot

  • October 12, 2011
  • 5 replies
  • 21 views

Forum|alt.badge.img+6

With the release of the 10.7.2 update a Lion machine prompts users at first login to configure iCloud. Has anyone figured out how to disable this at image time yet?

Paul Austin

End User Computing, Platform Engineering

Wells Fargo | 1525 West W.T. Harris Blvd | Charlotte, NC 28262
MAC D1112-036
Tel 704 427-0903

5 replies

Forum|alt.badge.img+18
  • Valued Contributor
  • October 12, 2011

have to put a file in the user template /System/Library/User
Template/Non_localized/Library/Preferences/com.apple.SetupAssistant.plist

you can create it with this

defaults write com.apple.SetupAssistant DidSeeCloudSetup -bool true

-- Todd Ness
Technology Consultant/Non-Windows Services
Americas Regional Delivery Engineering


  • October 12, 2011

Thank you all for solving issues and providing solutions a few minutes before I arrive at them.
This is one more that gets filed in my "Gems" folder as we prep our master Lion image with 10.7.2.
8-)

Nick Caro Senior Desktop Support Administrator


Forum|alt.badge.img+9
  • Valued Contributor
  • October 12, 2011

I just tried moving the iCloudPref.prefPane out of
/System/Library/PreferencePanes
made a folder called /System/Library/PreferencePanesOFF/ and moved it
there.

Seems to work so far, although there is probably a more elegant solution.

ks


Forum|alt.badge.img+18
  • Valued Contributor
  • October 12, 2011

you have to get rid of the mail accounts pref pane as well
I made a launch daemon to watch both of those paths and chmod -R 000 each
pref pane any time the pane is touched so updates won't undo it.

-- Todd Ness
Technology Consultant/Non-Windows Services
Americas Regional Delivery Engineering
HP Enterprise Services


Forum|alt.badge.img+18
  • Valued Contributor
  • October 12, 2011

disabling the video and disabling icloud are two different things.
I think you can probably add in some of the settings about the video and
it will not play as wellÅ 
GestureMovieSeen = none;

-- Todd Ness
Technology Consultant/Non-Windows Services
Americas Regional Delivery Engineering
HP Enterprise Services