Created
October 24, 2019 07:41
-
-
Save b0gdanw/002e3364373fa3bba2238711f3389108 to your computer and use it in GitHub Desktop.
Disable Start Using iCloud notification in macOS Catalina 10.15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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