Skip to content

Instantly share code, notes, and snippets.

@dannyid
Created November 21, 2016 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyid/71a6f11f6bc0015488550efac535de51 to your computer and use it in GitHub Desktop.
Save dannyid/71a6f11f6bc0015488550efac535de51 to your computer and use it in GitHub Desktop.
How to disable Notification Center on macOS
# Disabling Notification Center
# “process not found” error shouldn't matter
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
killall NotificationCenter
# Enabling Notification Center
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