Some users want to set up a one-click mute when using Win8. So how to set up a one-click mute in Win8? Next, the editor will give you a detailed introduction to the steps to set up one-click mute in Win8. Friends who need it can take a look.
1. Right-click a blank space on the desktop and select "New" a "Text Document".
2. Enter the text document, add the following and save it in ".bat" format.
@echo off
(echo Set WshShell = Wscript.CreateObject^("Wscript.Shell"^)
echo WshShell.Sendkeys "…")>JingYin. VBS
JingYin.VBS&del /f /q JingYin.VBS
exit
3. Double-click the file to mute the sound. We can add shortcut keys to this file.
4. Right-click a blank space on the desktop, "Create" a "shortcut", click the "Browse" button in the window, find the .bat file you just created, and click Next.
5. Give the shortcut a name.
6. Finally, right-click the shortcut, select "Properties" in the menu option to open it, set a shortcut for it in the "Shortcut" tab, and click Confirm to save.
The above is the detailed content of How to set one-click mute in Win8. For more information, please follow other related articles on the PHP Chinese website!