I just want to lock windowskey...

  • Thread starter Thread starter Hakan Aksu
  • Start date Start date
H

Hakan Aksu

Hi.. I just want to lock windowskey of keyboard and ALT+TAB keyboard combination (not less not more) with scripts...I mean User will not be able to open or reach working other applicalions ....Just will use my application....Is it possible...????? How???
Thanks......
 
Hakan;
Courtesy of Kelly's Korner @ www.kellys-korner.com/

Windows Key - Disable the Windows Key
Start/Run/Regedit
Create a new Binary value, or modify the existing value, called 'Scancode Map'
and edit the value according to the settings below.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\
Keyboard Layout. Value Name: Scancode Map, Data Type: REG_BINARY (Binary Value),
Value Data: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00

A REG (Registry) file that will make this change for you can be downloaded here.
http://www.dougknox.com/xp/scripts_desc/disable_win_logo_keys.htm

Save the file to your hard drive and double click it. Answer yes to the import prompt.
REG files can be viewed in Notepad by right clicking the file and selecting Edit.
-----
Windows Logo Key - Disable
Go to: Start/Run/Regedit and navigate to this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout

Create a new Binary value, or modify the existing value, called 'Scancode Map' and edit
the value according to
Value Data: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00

To disable or re-enable the Windows Key
http://www.dougknox.com/xp/scripts_desc/disable_win_logo_keys.htm
 
Back
Top