Home  >  Article  >  Computer Tutorials  >  How to set one-click mute in Win8

How to set one-click mute in Win8

王林
王林forward
2024-01-12 08:06:32827browse

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".

How to set one-click mute in Win8

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

How to set one-click mute in Win8

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.

How to set one-click mute in Win8

5. Give the shortcut a name.

How to set one-click mute in Win8

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.

How to set one-click mute in Win8

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!

Statement:
This article is reproduced at:dafanshu.com. If there is any infringement, please contact admin@php.cn delete