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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyway to disable control + alt + del from VBScript?

Status
Not open for further replies.

keybrdcowboy

IS-IT--Management
Aug 31, 2004
96
US
I am trying to prevent a user from pressing cntrl + alt + del and using task manager to cancel my script. I know with VB, you can disable cntrl + alt + del.... can I with VBScript? Also, is there anyway to get rid of the red "X" in the corner on a message box? Thanks.
 
And what about Ctrl + Shift + Esc ?
And Windows + R taskmgr ?
And ....

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Well, I'm going for the most common way. What I am trying to do is this. I have a login script that checks an SQL database to make sure that the user has passed a certain test. It has to ask them for information the first time it runs though, so I am trying to figure out a way to prevent and/or check to see if the user has cancelled out of the script. The only way so far that I have come up with is to have the script check to see if a file exists. If it does, it means the script did not complete because the last thing the script does before exiting is delete the file that it creates at the beginning of the script. Does that make any sense? I could explain it if I was talking to you, but its kind of convoluted when I write it. Thanks.
 
>I know with VB, you can disable cntrl + alt + del

Er...well, no, you can't. At least not on NT, W2000, XP, W2003
 
Ahhhh....well, I saw some examples for it, silly me for assuming they were for a newer system. I think I have a solution in place for my problem anyways.... Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top