Windows – Prevent Windows Key from Opening Start Menu in Windows 7

autohotkeykeyboard shortcutsstart-menuwindows 7windows-key

I'd like to be able to stop the Windows Key from activating the Start Menu on Windows 7.
I don't want to disable the Windows Key completely.
I'd like Ctrl + Esc to still open the Start Menu.

I know that you can use AutoHotKey to disable the Windows Key completely.

The reason I want this functionality is that I have a lot of shortcut keys linked to the Windows key and this often results in accidentally opening the start menu.

Best Answer

Here is the solution: http://www.autohotkey.com/forum/topic55858.html

Use the following code in AutoHotKey:

~LWin Up:: return
~RWin Up:: return