-
Disable Ctrl+Alt+Del
I need to find code, or have someone tell me how. I am new to VB, but I asked someone to assign me good task, and they wanted an application that can run on a machine and printer out what a user input. However, they do not want it to able to be shut down without a password.....including the taskmanager/restart function (CTRL+ALT+DEL) I was already able to disable Alt+f4, because VB 6.0 had a controll for that.
If anyone could post code, that would be best. Thanks. If not just give me an idea of what to do.
-
-
know of anything for winnt/2000?
I found code.....guess i shoulda looked first...thanks...
if not....it is ok....cause they will be using 98
I will test it tomorrow.
Thanks alot.
-
If someone wants to shut a PC down and they can't do it without a password, won't they just switch it off? So.. all you've done by disabling the CTRL+ALT+DEL function is increase the likelihood of corrupting the files on the harddisk.
There are always better solutions to a problem than by denying the user basic Windows functions.