Skip to content

Instantly share code, notes, and snippets.

@chengkiang
Created June 21, 2020 13:55
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 chengkiang/5a42724fbf1e03d58487b4e86d0024c2 to your computer and use it in GitHub Desktop.
Save chengkiang/5a42724fbf1e03d58487b4e86d0024c2 to your computer and use it in GitHub Desktop.
Remove the macOS Catalina Update notification badge in Settings
defaults delete com.apple.preferences.softwareupdate LatestMajorOSSeenByUserBundleIdentifier && softwareupdate --list
Source: https://tinyapps.org/blog/202005070700_remove_catalina_notification_badge.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment