Created
March 12, 2016 21:31
-
-
Save peschee/4b0a2f202754f0bdfd86 to your computer and use it in GitHub Desktop.
Disable / enable notification center osx capitan
This file contains hidden or 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
# 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