Click here to Skip to main content
15,904,652 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello sir ,
i want to disable Ctrl+Alt+Delete from my system on form load, but i unable to do it please help sir,thanks
Posted
Comments
CHill60 10-Dec-12 8:27am    
Why on earth would you want to do this? A quick google search shows some frightening stuff! http://www.lmgtfy.com/?q=disable+Ctrl%2BAlt%2BDelete+windows+c%23
Neel_Sharma 10-Dec-12 8:43am    
but sir i could not find the proper code.
ZurdoDev 10-Dec-12 8:52am    
I don't think there is a way. Microsoft's kernel specifically watches for that key combination as part of it's security measures. Why would you want to?
AnkitGoel.com 10-Dec-12 8:58am    
why do u want it to do? please explain the requirement? may be i can help u
Neel_Sharma 10-Dec-12 9:10am    
i am creating a project for enable and disable the keyboard and mouse. I have code to enable and disable .when i run that code then it work prorer but only ctrl+alt+del key is working and when i press ctrl+alt+del and click on cancel button then keyboard and mouse worked. if ctrl+alt+del
button will not work then keyboard and mouse will be stop working till i want.

1 solution

You cannot disable CTRL+ALT+DEL - it is a master sequence that is looked at by windows a long, long time before it gets anywhere near framework code.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 10-Dec-12 18:10pm    
Right, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900