I want to control the volume of my Windows system from a JScript or VBScript script. Any ideas?
Also, can I unmute the system volume if it is muted?
http://www.nilpo.com/2008/11/windows-xp/mute-sound-volume-in-wsh/ He uses a keystroke of a Multimedia Keyboard mute key. Clever ;-)
Set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys(chr(&hAD))