Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

disable ctrl alt del

Status
Not open for further replies.

Hobeau

MIS
Apr 19, 2004
77
US
Hey guys, I was wondering if theres a way to disable the ctrl alt del keys. I'm working on a security program that requires a password and its obviously not secure if you can just shut it down with task manager. Can anyone help?
 
As far as I know, there isn't. But you should be able to have your other modules validate that a user is logged in. That way, even if the log-in is circumvented, the app will not work.

-Rick

----------------------
 
To do this you would use the Windows DDK (Device driver Development Kit) and your C compiler to write a MSGINA.DLL, which would be called during an attempt to invoke the SAS (secure attention sequence, also known as Ctrl+Alt+Del).

Developing such a DLL is very difficult, because if you make any mistakes you end up with an unbootable PC.

I would do a Google and see if someone is selling the source code to one that you could adapt for your needs.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Added a FAQ for this, as it's sure to come up again.

It should be approved soon.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top