How To Disable All Notifications in MacOSX

Author: , November 20th, 2014

Enter the following command in Terminal… To turn it OFF: launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist To turn it ON: launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist