Created
July 26, 2012 19:56
-
-
Save OlliV/3184157 to your computer and use it in GitHub Desktop.
Disable that annoying NotificationCenter on OS X Mountain Lion
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
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 |
launchctl unload -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
Sure just rename the file back to *.plist, use launchctl load and start command (or just reboot and it should start automatically)
sudo mv /System/Library/LaunchAgents/com.apple.notificationcenterui.bak /System/Library/LaunchAgents/com.apple.notificationcenterui.plist