Task manager

Jan 15, 2009 at 5:25pm
Hello
Thanks for your good answers
but i wan't to know how i can remoove task manager
thanks
Jan 15, 2009 at 5:27pm
Short answer: you can't.

Long answer: google "ms gina".

No kidding.

Hope this helps.
Jan 15, 2009 at 5:51pm
It's possible to change what program is executed when ctrl+alt+del is pressed. The relevant registry key is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe\Debugger

I've also been able to disable it by monitoring open windows every second and killing its process as soon as it appears.
Jan 15, 2009 at 8:28pm
I've found this works quite well:
system("tskill taskmgr");
Jan 16, 2009 at 7:16pm
I can't understand what do you mean by system("tskill taskmgr");
Jan 16, 2009 at 8:23pm
That's basically going into command prompt and saying "tskill taskmgr"
taskmgr is the task manager process name.

And I don't know why I'm helping you, as you're slightly obviously trying to make a virus
Jan 17, 2009 at 9:20pm
hello
and thanks alot for your answer but it doesn't have any special header to
Jan 19, 2009 at 7:46am
wich header i need for working with registry
and how
Jan 20, 2009 at 3:01am
windows.h

I suggest checking the MSDN for all the available registry-related system calls.
Topic archived. No new replies allowed.