1

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
  • 27
  • 3

1 Answers1

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
  • 25,513