Hi everyone,
Has anyone worked out how to disable the "Sign in with your Apple ID" prompt at login?
I currently have the following keys set for the default template for new users:
OSVERS=$(sw_vers -productVersion)
OSBUILD=$(sw_vers -buildVersion)
com.apple.SetupAssistant "DidSeeCloudSetup" -bool true
com.apple.SetupAssistant "LastSeenCloudProductVersion" -string ${OSVERS}
com.apple.SetupAssistant "GestureMovieSeen" -string none
com.apple.SetupAssistant "LastPreLoginTasksPerformedVersion" -string ${OSVERS}
com.apple.SetupAssistant "LastPreLoginTasksPerformedBuild" -string ${OSBUILD}
I use a function in my shell to write these keys which is why you don't see the full defaults write and path to file in the above keys that i use.
Are they any other keys that mavericks needs to suppress the Apple ID prompt on first login?
Cheers,
Frank
