Disable Notification Center on OS X Revision as of Thursday, 28 May 2026 at 13:06 UTC

# Disable permanently
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool false

# Enable
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool true

# Kill now
killall NotificationCenter