Turn off Keyboard Shortcuts: 4 Methods to Disable Them

Disable hotkeys at will, either by script or via the Group Policy editor.

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • Using hotkeys is all about doing more in less time. But you may find yourself wondering how to turn off keyboard shortcuts.
  • If you've accidentally enabled one, it can be frustrating.
  • Worry not, as we will show you exactly how to disable keyboard shortcuts with just a few easy steps.
  • It's a pretty easy job with the proper instructions - all it takes are a couple of Registry tweaks.
disable hotkeys windows 10

Did you ever try doing a project for work or playing your favorite game on your Windows 10 PC, and you accidentally activated a keyboard shortcut?

Well, this can happen to anyone. In this quick tutorial, we will show you how to disable hotkeys in Windows 10 and use your machine without any issues.

Why should I turn off keyboard shortcuts?

Turning off keyboard shortcuts on your computer has both pros and cons. Here we have some reasons why you might consider turning them off:

  • Preventing accidental inputs – If you frequently make typing mistakes or accidentally hit keyboard shortcuts, turning them off can help prevent unwanted actions from occurring on your computer.
  • Avoiding interruptions – Keyboard shortcuts can sometimes interrupt your work or cause distractions, especially if they trigger unwanted actions or pop-up windows.
  • Aiding accessibility – For users with specific disabilities or physical impairments, turning off keyboard shortcuts may make it easier to use their computer by reducing the number of inputs they need to manage.

On the other hand, you may if you disable keyboard shortcuts, you may experience any of the following:

  • Reduced productivity – Keyboard shortcuts can quickly and efficiently navigate your computer and perform everyday tasks. However, turning them off may slow your workflow or require additional steps to complete specific actions.
  • Loss of functionality – Some applications or programs rely heavily on keyboard shortcuts, and turning them off may limit your ability to use certain features or tools within those applications.
  • Inconsistent experience – Turning off keyboard shortcuts may create an unpredictable user experience if you’re used to using them on other computers or devices.

Now let us explore some ways to disable the function if you decide to.

How do I turn off Windows keyboard shortcuts?

1. Using PowerShell

  1. Press Windows + X and select Windows PowerShell (Admin).
  2. Type the below command and press Enter:
    Set-ItemProperty -Path "HKCU:\Control Panel\Desktop" -Name "UserPreferencesMask" -Value ([byte[]](0x90,0x12,0x03,0x80)
  3. Close PowerShell and restart the computer.

2. Use the Command Prompt

  1. Press Windows + X and select Command Prompt (Admin).
    turn off keyboard shortcuts
  2. Type the below command and press Enter:
    reg add "HKCU\Control Panel\Desktop" /v UserPreferencesMask /t REG_BINARY /d 90120380 /f
  3. Then, close the Command Prompt and restart the computer.

3. Use the Group Policy Editor

  1. Press Windows + R, type Gpedit.msc, and hit Enter.
  2. Expand User Configuration in the left panel, click Administrative templates, and choose Windows Components.group policy editor windows components
  3. Then, under Windows Components, click on File Explorer.local group policy file explorer
  4. Double-click Turn off Windows hotkeys on the right pane.turn off windows hotkeys
  5. A window should pop up after you select the option above and tick Disabled.disable windows hotkeys
  6. Click on the Apply button on the window’s lower side.
  7. Now, click on the OK button on the window’s lower side.
  8. You must close the Group Policy Editor window and reboot the Windows 10 device.
  9. After the reboot, check if you have the same keyboard shortcuts disabled.
Tip icon Tip
If you want to get your keyboard shortcuts back up and running, simply choose Enable or Not Configured.

If you’re looking for additional info on how to edit the Group Policy, take a look at this complete guide that will help you better understand what it is and how it works.

4. Turn off keyboard shortcuts using Registry Editor

A much faster way to turn off keyboard shortcuts is to use the Windows built-in Registry Editor tool.

It is recommended to backup your registry before making modifications to it, so that you can revert them in case something goes wrong.

1.Press Windows + R keys to launch Run.

run windows 10 desktop

2. Type regedit and press Enter to open the Registry Editor.

open registry editor windows 10

3. Locate this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

4. In the right-side panel, right-click and create a new DWORD NoWinKeys.

5. Set its value to 1.

6. Close the Registry Editor and reboot your PC.

7. All WIN+ hotkeys should now be turned off.

Note: You can re-enable WIN+ hotkeys by simply deleting the DWORD NoWinKeys.

Can’t access the Registry Editor? Things aren’t as scary as they seem. Check out this guide and solve the issue quickly.

So, these are three quick and simple ways that you can use to disable your keyboard shortcuts on Windows 10.

Looking for a solution for the keyboard doing shortcuts automatically issue; check out this guide to fix the problem.

Let us know in the comments section below if you need more information.

More about the topics: windows 10