Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Mute Sound Card

104 views
Skip to first unread message

Marc De Schepper

unread,
Sep 1, 2003, 3:41:29 AM9/1/03
to
Does anyone know how to enable or disable the sound mute in the registry or
via VBScript?
Marc


Sean (Kashi) McGilloway

unread,
Sep 2, 2003, 3:11:59 PM9/2/03
to
I'm guessing this would require accessing a com object from the sound card
manufacturer. For that you'd have to find out whether they'd exposed a com
object or not. the code would look something like

set mysoundcard = createobject("creative.sb")
mysoundcard.mute

that's just a guess though.

K
"Marc De Schepper" <desch...@pandora.be> wrote in message
news:JKC4b.12568$Ca1.5...@phobos.telenet-ops.be...

Fosco

unread,
Sep 3, 2003, 1:05:04 AM9/3/03
to
"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

0 new messages