Monday 20 February 2012

disable-widows-logo-key

00:10 Posted by Unknown , , No comments
How to Disable Windows Logo Key



At times it becomes necessary to disable the Windows Key on the keyboard. For example when playing games this nasty Windows Logo key keeps annoying, as we often accidently press it and this takes our game out to the desktop. So it becomes necessary to disable it when not needed an re-enable it when needed.

Make two files:

1)disable_winlogo_key.reg - Disable Windows Logo Ley
2)re-enable_winlogo_key.reg - Re-Enable Windows Logo Key

How to make above files?

Open notepad and for particuar file write down the given code below and save with .reg

For disable_winlogo_key.reg:

CODE:
 [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


  For re-enable_winlogo_key.reg:

CODE:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=-

NOTE: Write down the code as sometimes it don't work if you copy and paste.

Enjoy...
Don't forget to like and comment....:)

0 comments:

Post a Comment

Thanks for giving your valueable response