Instant Mute (Windows XP)
Normally we all use windows sound settings / tray icon to mute sound if needed, Instead of that we can create a shortcut on desktop and use it instantly.
Use the following steps to create a small shortcut on desktop to mute the sound instantly :
Open Notepad
Just copy and paste the below mentioned codes :
set oShell = CreateObject("WScript.Shell")
oShell.run"Sndvol32"
WScript.Sleep 1500
oShell.SendKeys"{TAB 2} "
oShell.SendKeys"%{F4}"
Save it to mute.vbs
Now double click on the shortcut to mute sound instantly.
Normally we all use windows sound settings / tray icon to mute sound if needed, Instead of that we can create a shortcut on desktop and use it instantly.
Use the following steps to create a small shortcut on desktop to mute the sound instantly :
Open Notepad
Just copy and paste the below mentioned codes :
set oShell = CreateObject("WScript.Shell")
oShell.run"Sndvol32"
WScript.Sleep 1500
oShell.SendKeys"{TAB 2} "
oShell.SendKeys"%{F4}"
Save it to mute.vbs
Now double click on the shortcut to mute sound instantly.
Great - thank you!
ReplyDeleteWorks perfectly. Thanks!
ReplyDeleteThanks, no software to install, works perfectly!
ReplyDeleteBrill Thanks! I have assigned a keyboard shortcut too.
ReplyDeleteIt's cool. I wasn't able to assign a keyboard shortcut though. How'd you do it?
ReplyDeletegood job dear, plz provide somthing in single click.
ReplyDelete