Skip to content

Instantly share code, notes, and snippets.

@rickhernandezio
Created December 29, 2020 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickhernandezio/e622b509e8929cde68b43d0fb44ca685 to your computer and use it in GitHub Desktop.
Save rickhernandezio/e622b509e8929cde68b43d0fb44ca685 to your computer and use it in GitHub Desktop.
How to disable automatic updates on OSX Mac Apple
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticDownload -boolean FALSE
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0 && Killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment