If you're annoyed by the constant clicking sound your keyboard makes, this guide can help!
We’ll discuss some simple ways to turn off keyboard sounds so you can enjoy a quieter typing experience on Windows. let's start!
What should I do to turn off the keyboard sound?
1. Use the "Settings" app
- Press to open the"Settings" app.WindowsI
- ClickTime and Languageand select Type.
- Go to the Touch Keyboard section, find thePlay key to make sounds while I type, and remove the checkmark next to it to disable the sound.
2. Use the Control Panel
- key, typeControl Panel, and then click Open.Windows
- Select "View asCategory" and click"Hardware and Sound".
- Select a sound.
- On the Sounds tab, clickDefault Beep.
- SelectDefault Beep, click the Sound drop-down list, and select None.
- ClickApplyand OK.
3. Use the Registry Editor
- Press to open the "Run" dialog box.WindowsR
- Typeregeditand click OK to openRegistry Editor.
- Navigate to this path:
Computer\HKey_CURRENT_User\Control Panel\Sound
- Find and double-click the Beep key you want to modify.
- Change theValue Datato No and clickOKto confirm the change.
4. Using the Power Shell
- key, typePowerShell,and click Run as administrator.Windows
- Type the following command to disable the keyboard sound and press Enter: S
et-ItemProperty -Path "HKCU:\Control Panel\Sound" -Name " Beep" -Value 0
- Copy and paste the following command to enable keyboard sounds and press Enter:
Set-ItemProperty -Path "HKCU:\Control Panel\Sound" -Name "Beep " -Value 1
- Turn off the power shell.
5. Disable the touch keyboard and handwriting panel
- Press to open the "Run" dialog box.WindowsR
- Typeservice. mscand press Enter to open Services.
- Find and right-click theTouch Keyboard and Handwriting Panelservice and select Properties.
- Change the startup type toDisabledfrom the drop-down list and clickApplyand OK.
6. Use Device Manager
- Press to open theRunconsole.WindowsR
- Typedevmgmt.mscand click OK to openDevice Manager.
- Go to "System Devices", find"Beep Driver", right-click and select "Disable Device".
- Click "Yes" to confirm your action.
The above is the detailed content of How to turn off keyboard sounds in 6 easy steps. For more information, please follow other related articles on the PHP Chinese website!