Skip to content

Instantly share code, notes, and snippets.

@peschee
Created March 12, 2016 21:31
Show Gist options
  • Save peschee/4b0a2f202754f0bdfd86 to your computer and use it in GitHub Desktop.
Save peschee/4b0a2f202754f0bdfd86 to your computer and use it in GitHub Desktop.
Disable / enable notification center osx capitan
# Taken from http://www.tekrevue.com/tip/how-to-completely-disable-notification-center-in-mac-os-x/
# disable
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
# enable
launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment