Mute Sound Volume in VBScript

Create a vbscript file containing the following code

Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys(chr(&hAD))

Run it to mute or unmute the sound.


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *