How can I disable the ESC key??!

sharkeeper

Lifer
Jan 13, 2001
10,886
2
0
I need to do this (I'll take the keyboard apart if I have to!!!) because someone on our network is abusing a program!


Windows XP Pro on the client and they're logging into a Windows 2000 BDC.

Cheers!
 

Sir Fredrick

Guest
Oct 14, 1999
4,375
0
0
You could write a program that sets a global hook tied to the escape key. Your program has the option of passing on the message, if it doesn't pass on the message that the escape key was pressed, no other programs will get the message, and thus it will be ignored. Don't know about disabling it using scripting.
 

sharkeeper

Lifer
Jan 13, 2001
10,886
2
0


<< You could write a program that sets a global hook tied to the escape key. Your program has the option of passing on the message, if it doesn't pass on the message that the escape key was pressed, no other programs will get the message, and thus it will be ignored. Don't know about disabling it using scripting. >>



Takes screwdriver to POS focus keyboard! :)

Cheers!