trap crtl+alt+del keys in WinXP/2000/NT
keyboard hook?
msgina and winlogon patch?
msgina and winlogon patch?
I wonder if a low-level keyboard hook could do it - but probably not, and with good reason (keeping dirty people from doing fake login screens to capture passwords)
Create a new key
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options askmgr.exe
and
create new REG_SZ
"Debugger"="C:BlaBlaBlaBla.exe"
now,your program execute, if a user press "ctrl+alt+del"
BUT,
The Question is very suspicious
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options askmgr.exe
and
create new REG_SZ
"Debugger"="C:BlaBlaBlaBla.exe"
now,your program execute, if a user press "ctrl+alt+del"
BUT,
The Question is very suspicious
yep, it suprises me that people who ask suchquestions are ussually new users.
but anyway there are legitimate uses, - making a 'lock down' screen saver for instance.. for something to stop kids messing with the computer or messing things up by accident.
but anyway there are legitimate uses, - making a 'lock down' screen saver for instance.. for something to stop kids messing with the computer or messing things up by accident.