Disabling the Windows Key on the Computer Keyboard Through the Windows Registry

If you need to disable the Windows Key on any keyboard, use this registry tip.

Rod Trent

March 8, 2016

1 Min Read
Disabling the Windows Key on the Computer Keyboard Through the Windows Registry

The Windows Key on a computer keyboard usually provides shortcut access to the Windows Start button. In Windows versions, including Windows 10, The Windows Key can be used in conjunction with other keyboard keys to produce shortcuts to addition functionality. Some manufacturer’s devices also allow you to customize these key combinations.

But, what if you just want to turn it off completely? You can do that, by making a registry modification – either manually, through a script, or using a remote management tool like Group Policy or System Center Configuration Manager.

To turn it off:

Key path: HKEY_LOCAL_ MACHINESystemCurrentControlSetControl/Keyboard Layout

Value name (you will need to ADD this): Scancode Map

Data Type: REG_BINARY

Data Value: 00000000000000000300000000005BE000005CE000000000

RESTART the computer for the change to take effect.

To turn it back on:

Key path: HKEY_LOCAL_ MACHINESystemCurrentControlSetControl/Keyboard Layout

Value name (you will need to DELETE): Scancode Map

RESTART the computer for the change to take effect.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like