Does anyone know how to enable or disable the sound mute in the registry or
via VBScript?
Marc

Re: Mute Sound Card by Fosco

Fosco
Wed Sep 03 00:05:04 CDT 2003

"Marc De Schepper"
> Does anyone know how to enable or disable the sound mute in
> the registry or via VBScript?

set oShell = CreateObject("WScript.Shell")
oShell.run"Sndvol32"
WScript.Sleep 1500
oShell.SendKeys"{TAB 2} "
'oShell.SendKeys"%{F4}"

InCtrl5, Version 1.0 (free)
http://www.pcmag.com/utilities/
http://common.ziffdavisinternet.com/download/0/1027/inctrl5.zip

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\
{6994AD04-93EF-11D0-A3CC-00A0C9223196}\##.#0000000000000002#{699
4ad04-93ef-11d0-a3cc-00a0c9223196}\#Wave\Device Parameters\Mixer\0\Controls\1 "Channel0"
Old type: REG_DWORD
New type: REG_DWORD
Old data: 00, 00, 00, 00
New data: 01, 00, 00, 00

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\MEDIA\0003\Settings "MasM"
Old type: REG_DWORD
New type: REG_DWORD
Old data: 01, 00, 00, 00
New data: 00, 00, 00, 00

--
Fosco