Trapping the CTRL+ALT+DEL key

  • Thread starter Thread starter Fabiano
  • Start date Start date
F

Fabiano

Please,

i need to create an app that blocks access to the desktop. I need to block
the CTRL+ALT+DEL key, and other system keys.

Is there a way i can trap it?

tks in adv.

Fabiano
 
Hi Fabiano,

The simple answer is "No"

Handling and processing CTRL+ALT+DEL in Win NT is closely releated to the
system security, hence no programs can handle this key combination.

The only way to do that is to replace GINA - Graphical Identification and
Authentication (msgina.dll)

You can find more info in MSDN (following topic and subtopics)
http://msdn.microsoft.com/library/d...en-us/security/security/winlogon_and_gina.asp

You can search in google. I know there is a lot info on the topic
 
Back
Top