Mute your Windows XP Sound Fast

Many Windows PC users arent fortunate to have an instant off for the volume on the keyboard or laptop. Instead you have to either go to your speaker controls and turn it off or go into the sound settings and mute it there. To save time this Windows XP Tip allows you to mute your volume fast when you need it the most!

This tip shows you how to create a shortcut(script) that mutes the XP system volume instantly without having to install anything.

Video Notes:
You need to create a file in notepad called mute.vbs and paste the following text
set oShell = CreateObject("WScript.Shell")
oShell.run"Sndvol32"
WScript.Sleep 1500
oShell.SendKeys"{TAB 2} "
oShell.SendKeys"%{F4}"
Top Tweaks