Windows

Microsoft Makes Fun of Itself

Microsoft must really have some nerve to run this ad. Or it was a disgruntled employee trying to get back at his employer. I especially like the “Bulletproof reliability”.

Microsoft Ad

Windows

Comments (0)

Permalink

Registry key to disable the Windows key

This is more so I won’t forget it, and I’ll be able to find it when I need it. If you find it useful, great.

Disable both Windows keys

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
“Scancode Map”=hex:00,00,00,00,00,00,00,00,03,00,00,00,00,00,5B,E0,00,00,5C,E0,00,00,00,00

Disable the left Windows key

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
“Scancode Map”=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,5B,E0,00,00,00,00

Disable right Windows key

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
“Scancode Map”=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,5C,E0,00,00,00,00

Restore the Windows keys (remove scancode mappings)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
“Scancode Map”=-

From John Haller via C# Shiznit.

Haller also has a post about how to disable the Caps Lock key.

Windows

Comments (0)

Permalink