Posted on 09-23-2019 10:20 AM
Stopping Mac OS Update notifications any suggestions on how to do this process?
Solved! Go to Solution.
Posted on 09-23-2019 10:25 AM
I've never actually researched or attempted to stop them altogether, but I know you can make a configuration profile to defer them which in turn prevents the pop up / notification
Dashboard -> Computers -> Configuration Profiles -> Restrictions -> Functionality Tab
Posted on 09-23-2019 10:25 AM
I've never actually researched or attempted to stop them altogether, but I know you can make a configuration profile to defer them which in turn prevents the pop up / notification
Dashboard -> Computers -> Configuration Profiles -> Restrictions -> Functionality Tab
Posted on 01-08-2020 07:30 AM
Running this command will stop the update from showing up, as well as stop the popups
sudo softwareupdate --ignore "macOS Catalina" macOSInstallerNotification_GM
This will clear the ignore list when you want to install it.
sudo softwareupdate --reset-ignored
Posted on 10-20-2020 07:10 AM
@nelsoni will this stop the ability to allow the user to run that update entirely? Also, in the command you have "macOS Catalina" and then "macOSInstallerNotification_GM" - is there a resource you can point me to in order to determine what those values would be for Big Sur or future major updates?
After 20 years in Windows administration, I am new to Mac administration and the lack of ability to have more granular control over updates is astonishing to me.