Posted on 12-18-2014 12:15 PM
Hi,
I have found 10.8+ computers easy to disable the warning about the available Yosemite update but I am looking for a way to do it on my old 10.6 computers. On the rest of my computers, I just have the Notification Center disabled. Let me know your thoughts! I know that I can go to each laptop and hide the update but I would like an easier way to push it out via a policy.
Thank you!
Solved! Go to Solution.
Posted on 12-18-2014 12:43 PM
We've run terminal command:
softwareupdate --schedule off
to stop the notifications.
Posted on 12-18-2014 12:38 PM
I've never looked into this. What's your method of disabling the Yosemite update notification for 10.7+?
Posted on 12-18-2014 12:43 PM
We've run terminal command:
softwareupdate --schedule off
to stop the notifications.
Posted on 12-18-2014 12:48 PM
On my 10.8+ computers, I totally disable Notification Center from loading at startup by deleting the file /System/Library/LaunchAgents/com.apple.notificationcenterui.plist. It hasn't caused any issues on the computers and most of my users wouldn't know how to deal with notifications anyways.
Posted on 12-18-2014 12:52 PM
Notification Center made it debut on 10.8, not 10.7.
Posted on 12-18-2014 12:54 PM
Wow, thanks mm2270! Just realized that mistake!
Posted on 12-18-2014 12:57 PM
Thank you hkabik. I might do that on my 10.6 and 10.7 computers. They are already so outdated that updates do matter much anyways.
Posted on 12-18-2014 01:02 PM
We manage our software update scheduling manually via Casper so it behooves us to have the internal schedule disabled even on modern OS machines. But it definitely seems like a safe option for legacy OS's that aren't likely to have much coming to them in the future.
Posted on 12-19-2014 02:24 AM
If you type in terminal: man softwareupdate it'll give you the list of commands for software updates - one being --ignore.
Once you have the identifier for Yosemite (softwareupdate -l will give you the full list of available) you can:
softwareupdate --ignore *identifier*
Posted on 12-19-2014 05:56 AM
Thank you jonnydford, this also is a good answer. I will look into it more.
Posted on 12-19-2014 09:12 AM
jonnydford's method won't work because the Yosemite installer isn't being offered by software updates, it's being offered by the Mac App Store.
Posted on 12-19-2014 10:54 AM
I realized that when trying it today. It is good for any other software updates but not new OS's.