Is it possible to completely disable notifications in 10.9?
I tried the command line, using a command (shown below) that worked in ML, no go, still have the notification slider at the top right of the Menu bar.
Terminal command (one line):
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool false
or
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -boolean FALSE
neither works.

I tried the command line, using a command (shown below) that worked in ML, no go, still have the notification slider at the top right of the Menu bar.
Terminal command (one line):
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool false
or
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -boolean FALSE
neither works.