Skip to content

Instantly share code, notes, and snippets.

@pmachapman
Created June 13, 2015 02:17
Show Gist options
  • Save pmachapman/e7530a4e68a387b1fb53 to your computer and use it in GitHub Desktop.
Save pmachapman/e7530a4e68a387b1fb53 to your computer and use it in GitHub Desktop.
Mute Sound
var oShell = new ActiveXObject("WScript.Shell");
oShell.SendKeys(String.fromCharCode(0xAD));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment