Using a terminal command to disable App Store automatic checks


disableappstoreautomaticchecks
If you want to automate disabling the App Store auto check, the terminal equivalent of System Preferences > App Store > Automatically check for updates is

sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist AutomaticCheckEnabled -bool false

This is handy to know in case you’re managing updates a different way (e.g., Munki) and don’t want your users pestered with update messages directly from Apple.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.