I know this is old hat, but we are just now deploying 1200 new Mac Mini student computers and the teachers are pretty tired of having to explain to skip the Apple ID and start using the Mac prompts. I'd like to get rid of this setup window at first login and I have tried several things to no avail:
I did all of the things in this post:
https://jamfnation.jamfsoftware.com/discussion.html?id=4999
I tried to do an MCX profile from this post with the Managed Preferences tool in the JSS and using the settings outlined here by Greg Neagle:
http://managingosx.wordpress.com/2012/07/26/mountain-lion-suppress-apple-id-icloud-prompt/
but I'm still getting the login prompt. Then I started digging through core services and I noticed that the "Setup Assistant" plist isn't in Core Services. In the Setup Assistant App Contents I found a plist in the resources folder called:
com.apple.macbuddy.icloud.user
Inside of this plist are two strings. The first is "LaunchOnlyOnce" and the other is "RunAtLoad" Both values are defaulted to true. I tried to change the value to false for RunAtLoad manually, and that didn't work. Then I tried to create an MCX setting to set both of the strings as a false value and that didn't work either.
Any ideas on what I can try next?