Hello Folks!
Here's a "little something" which I came across to secure the three-finger salute on XP/2K.
Just wanted to give something back for the help which I've gotten @ ahk over the past few months
Code:
RegWrite, REG_BINARY, HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Control\Keyboard Layout, Scancode Map, 00000000000000000600000000001d0000001de000003800000038e0000053e000000000 ;send CTRL+ALT+DEL to oblivion
;reboot required to take effect :D
;to reverse, simply delete the "Scancode Map" key and its value
The barrier carries down to the lowest levels; and is effective from before login to terminal shutdown.
You can get a piece of freeware which'll generate these scancodes for ALL OF WINDOWS' KEYS without fuss:
http://webpages.charter.net/krumsick/
Complete lockdown is only a reboot away . . .
Pax!