|
-
Oct 10th, 2005, 07:09 AM
#1
Thread Starter
Lively Member
disable ctrl+alt+del
how do i disable ctrl+alt+del on the system running my app?
Last edited by swapo; Oct 10th, 2005 at 12:51 PM.
-
Oct 10th, 2005, 10:56 AM
#2
Frenzied Member
Re: disable ctrl+alt+del
Why would you want to do that? What happens if something crashes while your program is running? Are you going to force the user to power down?
-
Oct 10th, 2005, 11:18 AM
#3
Frenzied Member
Re: disable ctrl+alt+del
From just a little research I cam up with this. This thread has a few ways to not necissarily disable crt + alt + del but make it so it doesn't work.
http://www.vbforums.com/showthread.p...t=ctrl+alt+del
-
Oct 10th, 2005, 12:12 PM
#4
Thread Starter
Lively Member
Re: disable ctrl+alt+del
 Originally Posted by mpdeglau
Why would you want to do that? What happens if something crashes while your program is running? Are you going to force the user to power down?
the app is suppose to deny access to the desktop hence the need to disable ctrl+alt+del
-
Oct 10th, 2005, 12:58 PM
#5
Re: disable ctrl+alt+del
User access rights are the perogative of the operating system (through setting group policy access) not the individual application.
-
Oct 11th, 2005, 02:06 AM
#6
Re: disable ctrl+alt+del
Glad someone is listening.
That code I posted to disable Ctrl Alt Delete, could use a minor update.
It is the only code that seems to work decently.
I have found a few other suggestions, with a lot of searching.(Days)
They either, flat out don't work, or require registry changes, that are not consistently in the same spot, from OS to OS. Requiring more code, and possible errors etc.
I hope this resolves it for you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|