bigred Posted August 10, 2003 Posted August 10, 2003 Does anyone know how to turn off/edit the volume/sound system tray icon, through the registry?I'd like to include this as one of my registry tweaks for my cd...Thanks
Aaron Posted August 10, 2003 Posted August 10, 2003 I'll see what I can doedit: looks like about 12 changes are made to the registry when the sound icon in the systray is disabled. Hard to track.. sorry!If you're wondering, I used RegMon from sysinternals to track the SetValues it made. Although I'll need a better app to make complete snapshots before and after.
bigred Posted August 11, 2003 Author Posted August 11, 2003 That's ok...but thanks for checking it out for me...It's a little thing to change afterward....but of course I was trying to make "the perfect cd"....Sigh...I guess it won't be perfect any more
matgroulx Posted August 11, 2003 Posted August 11, 2003 Here is the fix to remove AC97 Icon (OnBoard Sound on most MotherBoards);Remove AC97 Volume tray icon[HKEY_LOCAL_MACHINE\SOFTWARE\Avance\AC97 Audio\ALSMTray]"ShowIcon"=hex:00
bigred Posted August 11, 2003 Author Posted August 11, 2003 Hmm...thanks matgrouix.....unfortunately I have a SoundBlasterLive card
snooz Posted August 11, 2003 Posted August 11, 2003 I'll contribute Here is the reg location.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]"Services"=dword:0000001fThis is with the icon enabled.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]"Services"=dword:0000001bHere it is disabled.This annoyed me too
bigred Posted August 11, 2003 Author Posted August 11, 2003 Nice....thanks snooz...I'll give it a try.
fillalph Posted August 13, 2003 Posted August 13, 2003 Not sure if this will work or not. but here she goes.Specifies whether to install the Volume Control feature on the computer.Syntax vol = On | Off Values On Installs the Volume Control feature on the computer.Off Does not install the Volume Control feature on the computer.Default Value On Example Vol = OnRegistry Subkey HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\ CurrentVersion\Setup\OC Manager\Subcomponents\vol]Bonkers[
snooz Posted August 13, 2003 Posted August 13, 2003 I pondered this myself and by doing this the sound did not work. The registry fix I posted does though after a reboot.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now