09-02-2020, 11:45 AM
The Microsoft Windows key found on most PC keyboards can disrupt the course of an experiment if accidentally pressed, as it may open the Windows start menu and possibly even minimize the experiment window. As such it can be helpful to disable this feature. This can be achieved by editing your computer's registry. The steps below outline the actions required to permanently disable the Windows key:
- Press the Windows key +R
- In the resulting window type 'regedt32' (not quotes) and then click OK.
This will run the Registry Editor App.
- On the Windows Registry editor, click HKEY_LOCAL_ MACHINE on Local Machine.
- Double-click the System\CurrentControlSet\Control folder.
- Then click the Keyboard Layout folder.
- Go to Edit menu -> New -> Binary Value.
- Rename the Binary Value to Scancode Map.
- Double Click the Scancode Map and enter:
00 00 00 00 00 00 00 00
03 00 00 00 00 00 5B E0
00 00 5C E0 00 00 00 00
- Close Registry Editor and restart the computer.
- Press the Windows key +R
- In the resulting window type 'regedt32' (not quotes) and then click OK.
- On the Windows Registry editor, click HKEY_LOCAL_ MACHINE on Local Machine.
- Double-click the System\CurrentControlSet\Control folder
- Then click the Keyboard Layout folder.
- Right-click the Scancode Map registry entry, and then click Delete.
- Close Registry Editor and restart the computer.