Disable Ctrl-Alt-Delete

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All,

I am working on a kiosk application for a library. I do not want users to be
able to hit Ctrl-Alt-Delete and exit the kiosk application. I did some
searching on the web but did not find much.

Is there a way to Disable Ctrl-Alt-Delete?

Thanks
Brad
 
* "=?Utf-8?B?QnJhZA==?= said:
I am working on a kiosk application for a library. I do not want users to be
able to hit Ctrl-Alt-Delete and exit the kiosk application. I did some
searching on the web but did not find much.

Is there a way to Disable Ctrl-Alt-Delete?

Ctrl+Alt+Del is a SAS (Secure Attention Sequence). You will need a GINA
dll (written in C++, for example) to intercept this keystroke.

<URL:http://www.google.de/groups?selm=gwkts4aVCHA.2072@cpmsftngxa10>

For disabling the task manager, take a look at #114 here:

<URL:http://www.kellys-korner-xp.com/xp_tweaks.htm>
 
I did this some years ago, but can't remember the details. I do remember
that it was quite straightforward.

I'll try and track it down and report back.

Jeff Law
New Zealand
 
I would think that disabling the Task Manager would not be nice to users
unless they are only authorized to run your specific program. I know that I
frequently use the Ctrl-Alt-Delete to close down programs that seem to get
hung up and don't respond.
 
I'm no guru but I've been researching this for a couple of weeks and I
found out instead of trying to disable CAD it is far easier to disable
the buttons that are on the windows security dialog.

Since you can alter the registry from VB all you need to do is find out
which buttons you wnat to disable and you cna disable all (except cancel
I think).

Do a search for Software\Microsoft\Windows\CurrentVersion\Policies\
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top