Posted on 10-20-2014 03:36 PM
Hi All,
For those doing symbolic links from Core Services to Utilities, Screen Sharing and Directory Utility has been moved to the Applications folder. You may want to update your Firstboot scripts.
ln -s /System/Library/CoreServices/Applications/Screen Sharing.app /Applications/Utilities/Screen Sharing.app
ln -s /System/Library/CoreServices/Applications/Directory Utility.app /Applications/Utilities/Directory Utility.app
Supressing iCloud still works on first login but the "Send Apple Diagnostics" is still coming up.
Any ideas on how to supress that one as well in Yosemite.
For anyone who has noticed other changes can you comment below?(scripts, settings, etc..) Thanks.
Solved! Go to Solution.
Posted on 10-20-2014 03:58 PM
defaults write "/System/Library/User Template/Non_localized/Library/Preferences/com.apple.SetupAssistant" LastSeenBuddyBuildVersion "14A389"
To get rid of the Diagnostics popup,
Posted on 10-21-2014 04:45 AM
I have a post on how to suppress both the iCloud and Diagnostics pop-up messages in Yosemite with a script. It's available from here:
For those interested, I've also just posted a first boot script for Yosemite. It's available here on my Github repo:
https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/first_boot/10.10
Posted on 10-20-2014 03:58 PM
defaults write "/System/Library/User Template/Non_localized/Library/Preferences/com.apple.SetupAssistant" LastSeenBuddyBuildVersion "14A389"
To get rid of the Diagnostics popup,
Posted on 10-20-2014 04:07 PM
Cheers @activitymonitor
Posted on 10-21-2014 04:45 AM
I have a post on how to suppress both the iCloud and Diagnostics pop-up messages in Yosemite with a script. It's available from here:
For those interested, I've also just posted a first boot script for Yosemite. It's available here on my Github repo:
https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/first_boot/10.10
Posted on 10-21-2014 12:12 PM
I'm so waiting for your first boot script @rtrouton! :)
Thank you very much.