Created
June 4, 2013 19:56
-
-
Save benwaldie/5709030 to your computer and use it in GitHub Desktop.
Notification Center > Disable Do Not Disturb
Tested with 10.8.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
do shell script "defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturb -boolean false" | |
try | |
do shell script "defaults -currentHost delete ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturbDate" | |
end try | |
do shell script "killall NotificationCenter" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment