I would like to remove Winkey's ability to open Start menu, however I don't want to get rid of this key altogether as I want all the current functionality of this key (like Win+tab) to be preserved.

Thank you for answers.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

This is possible using AutoHotkey.

From AutoHotkey Example Scripts :

;; disable Win key behavior of popping up the Start Menu
;; but Win+‹key› should still work
~LWin Up::Return
~RWin Up::Return
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.