Posted on 12-19-2017 03:13 PM
How can we suppress all notifications when software updates are available? Our users don't really need to be alerted whenever there are updates available for iTunes, iMovie, etc.
Posted on 12-20-2017 03:33 AM
Configuration Profile is probably the best way to handle...
defaults write com.apple.iTunes disableCheckForUpdates -bool TRUE
To disable EULA...
defaults write com.apple.iTunes disableFirstRunWelcomeWindow -bool TRUE
I suppose swap out plist name for the other apps?
Posted on 10-19-2020 07:45 AM
Shall we create script for all required apps like below command or any other way to suppress all notification ( software, OS and security )
defaults write com.apple.iTunes disableCheckForUpdates -bool TRUE
Posted on 05-04-2021 09:23 AM
Also looking for an answer to this. What is the best practice for suppressing App Store and MacOS Update notifications