Skip to main content

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.

defaults write "/System/Library/User Template/Non_localized/Library/Preferences/com.apple.SetupAssistant" LastSeenBuddyBuildVersion "14A389"



To get rid of the Diagnostics popup,


Cheers @activitymonitor


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:



http://derflounder.wordpress.com/2014/10/16/disabling-the-icloud-and-diagnostics-pop-up-windows-in-yosemite/



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


I'm so waiting for your first boot script @rtrouton! :)
Thank you very much.