Skip to content

Instantly share code, notes, and snippets.

@benwaldie
Last active December 12, 2015 03:09
Show Gist options
  • Save benwaldie/4704801 to your computer and use it in GitHub Desktop.
Save benwaldie/4704801 to your computer and use it in GitHub Desktop.
TUAW > AppleScripting Notification Center > Scheduling Do Not Disturb > Disable Do Not Disturb
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