Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionI'm just looking for a program which can disable the Windows key on a keyboard and also the Alt + Tab shortcut, but leave other shortcuts (Ctrl + Esc for start menu, etc) still active.
Anyone know of any?
To disable Alt-Tab edit the following registry key, and then reboot:
[HKEY_CURRENT_USER\Control Panel\Desktop]
"CoolSwitch"="0"
Regarding the Windows keys, there is a page with some other .reg files here, but I have not tried them.
Good luck!
精彩评论