Skip to content

Instantly share code, notes, and snippets.

@TyrfingMjolnir
Forked from OlliV/disable_OS_X_NotificationCenter.txt
Last active February 5, 2021 11:08
Show Gist options
  • Save TyrfingMjolnir/a1f91f3e2fb8344647fee73f4798ab7c to your computer and use it in GitHub Desktop.
Save TyrfingMjolnir/a1f91f3e2fb8344647fee73f4798ab7c to your computer and use it in GitHub Desktop.
Disable that annoying NotificationCenter on OS X Mountain Lion

In Catalina boot into a different volume to have catalina system volume r/w

launchctl unload /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
sudo mv /System/Library/LaunchAgents/com.apple.notificationcenterui.plist /System/Library/LaunchAgents/com.apple.notificationcenterui.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment