Changes in Yosemite

Araneta
New Contributor III

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.

2 ACCEPTED SOLUTIONS

activitymonitor
New Contributor III

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

To get rid of the Diagnostics popup,

View solution in original post

rtrouton
Release Candidate Programs Tester

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-y...

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

View solution in original post

4 REPLIES 4

activitymonitor
New Contributor III

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

To get rid of the Diagnostics popup,

Araneta
New Contributor III

rtrouton
Release Candidate Programs Tester

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-y...

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

Araneta
New Contributor III

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