Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hi everyone,

I want to disable synthetic keys(ctrl+alt+delete).

I mean, when user presses ctrl+alt+delete task manager won't open.


Please help me for that.

I am sorry for my weak writing.
Posted
Updated 9-Dec-10 6:17am
v2

This[^] article claims to have a method that works.

From a very quick read it does it by modifying the registry. Your users are not going to thank you if you do this.
 
Share this answer
 
Comments
Toli Cuturicu 9-Dec-10 12:22pm    
It does not work on Windows Vista or Seven!
Toli Cuturicu 9-Dec-10 12:23pm    
And of course, it shouldn't. What is he aiming to do? A virus / rootkit?
Don't help such people, please.
fjdiewornncalwe 9-Dec-10 14:56pm    
Toli... Same thing came to my mind... What is he trying to write that could even remotely require this.
You can do it this way:


  1. Create a new registry key of type DWORD under HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System named DisableTaskMgr and assign the value 0x00000001 to it
  2. set the value of the DisableTaskMgr registry key to 0x00000000 to re-enable the Ctrl+Alt+Del keystroke


Anyway, keep in mind that if you deloy your software to others, they probably don't like that you avoid them to control their computer: it's your software but not your computer :laugh:
 
Share this answer
 

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