Skip to content

Instantly share code, notes, and snippets.

@pavelbinar
Created October 17, 2013 09:56
Show Gist options
  • Save pavelbinar/7022223 to your computer and use it in GitHub Desktop.
Save pavelbinar/7022223 to your computer and use it in GitHub Desktop.
Disable Notification Center Permanently Mac os X
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool false
# You can re-enable notification center by replacing “false” in the above statement with “true.”
killall NotificationCenter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment