How To Disable Any Specific Win Keyboard Shortcut in Windows

20

Win+S is a system designed keyboard shortcut to open Cortana search window in Windows 10. Is it possible to disable it so it can remain un-used for other programs later on?

Here is a simple registry tweak that you can use to disable any specific Win keyboard combinations in Windows 7, 8, and 10.

Open Registry Editor and navigate to the following registry key location.

HKCU\Software\Microsoft\CurrentVersion\Explorer\Advanced

Right-click the empty space on the right pane, choose New > String Value.

image 12 - How To Disable Any Specific Win Keyboard Shortcut in Windows

Name the new string as “DisabledHotkeys“, and set its value as “S“, meaning to disable any keyboard shortcut that uses the combination of Win key and the disabled character in the String Value, such as Win+S, Win+Shift+S, etc.

image 13 - How To Disable Any Specific Win Keyboard Shortcut in Windows

If you would like to disable another win keys, i.e. Win+C, you can add the letter to the String Value like “S,C”.

Either reboot your computer or restart Explorer process from Task Manager, the keyboard shortcuts specified in the registry will become unavailable in Windows.

What if I want to disable all Windows Key Hotkeys?

Open Group Policy Editor, navigate to the following location:

User Configuration > Administrative Templates > Windows Components > File Explorer

Double-click a policy called “Turn off Windows Key hotkeys“, select Enable and OK to save it.

image 14 - How To Disable Any Specific Win Keyboard Shortcut in Windows

Again, restart your computer or Explorer process to apply the change. Once done, all Windows key related keyboard shortcuts will be disable.

Was this article Helpful?

Thank you for the feedback!

20 COMMENTS

  1. In the first part, about using the regedit, there is a mistake in the text block we are supposed to copy the location from. It should be
    HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced but you have
    HKCU\Software\Microsoft\CurrentVersion\Explorer\Advanced

  2. Code Is ‘Computer\HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\EXPLORER\ADVANCED’ Without The Commas If You Were Confused As To Why It Wouldn’t Show Up!
    You’re Welcome.

  3. How would you do it you wanted to disable ctrl-win-arrow key. I don’t want those commands to switch my desktop.

  4. Whether you use the left or the right WIN key changes the result for any particular letter. I’m particularly interested in cancelling the hotkeys that use the right-WIn key, but the instructions do not seem to discriminate between left and right WIN keys. Can that be achieved ?

LEAVE A REPLY

Please enter your comment!
Please enter your name here