Skip to content

Instantly share code, notes, and snippets.

@b0gdanw
Created October 24, 2019 07:41
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b0gdanw/002e3364373fa3bba2238711f3389108 to your computer and use it in GitHub Desktop.
Save b0gdanw/002e3364373fa3bba2238711f3389108 to your computer and use it in GitHub Desktop.
Disable Start Using iCloud notification in macOS Catalina 10.15
mv /Volumes/Macintosh\ HD/System/Library/LaunchAgents/com.apple.followupd.plist /Volumes/Macintosh\ HD/System/Library/LaunchAgents/com.apple.followupd.bak
defaults delete com.apple.systempreferences AttentionPrefBundleIDs; killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment