Enter the following code in the "Run VBScript" Action in order to mute your computer's sound.
Set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys(chr(&hAD))
Modified on: Wed, 2 Jan, 2019 at 2:55 PM
Enter the following code in the "Run VBScript" Action in order to mute your computer's sound.
Set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys(chr(&hAD))
Did you find it helpful? Yes No
Send feedback