How to disable the "Windows" key but not "Windows + any" key?

0

Possible Duplicate:
Prevent Windows Key from Opening Start Menu in Windows 7

I want to disable the Windows key but not Windows+any key.

For reasons that I use some software to let Windows+other key to open some program, but when I press Windows key, it will pull out a Start menu which is boring me much.

How to disable it?

linjuming

Posted 2012-11-09T05:55:08.350

Reputation: 17

Question was closed 2012-11-09T14:22:38.127

Answers

0

You can use autohot key

I wanted to find a way to disable the start menu popup but still leave shortcuts like Win+R and Win+L enabled. I messed around for 2 hours trying to figure out a solution and finally stumbled on a 2-line solution:

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

This seems to work on both XP and 7. Haven't tried Vista, but I don't see any reason it wouldn't work.

Source

Dave

Posted 2012-11-09T05:55:08.350

Reputation: 24 199