Skip to content

Instantly share code, notes, and snippets.

@0x4a
Last active December 19, 2015 09:19
Show Gist options
  • Save 0x4a/5932498 to your computer and use it in GitHub Desktop.
Save 0x4a/5932498 to your computer and use it in GitHub Desktop.
lowers the volume at a certain #time - add compiled script to windows task planner to go silent when your neighbors want to sleep #tool #ahk
; Lautstärke runterregeln
#SingleInstance
#NoEnv
SetWorkingDir %A_ScriptDir%
SoundGet, current
SoundSet, 10
Msgbox,1,,Zimmerlautstärke aktiviert!
Ifmsgbox Cancel
SoundSet, %current%
ExitApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment