Skip to content

Instantly share code, notes, and snippets.

@florianeckerstorfer
Created May 30, 2013 22:16
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 florianeckerstorfer/5681714 to your computer and use it in GitHub Desktop.
Save florianeckerstorfer/5681714 to your computer and use it in GitHub Desktop.
Re-enables Notification Center on OS X if it has been disabled (either on purpose or if it just stopped showing up).
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool true
open /System/Library/CoreServices/NotificationCenter.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment