Task manager

Hello
Thanks for your good answers
but i wan't to know how i can remoove task manager
thanks
Short answer: you can't.

Long answer: google "ms gina".

No kidding.

Hope this helps.
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.
I've found this works quite well:
system("tskill taskmgr");
I can't understand what do you mean by system("tskill taskmgr");
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
hello
and thanks alot for your answer but it doesn't have any special header to
wich header i need for working with registry
and how
windows.h

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