Jan 15, 2009 at 5:25pm Jan 15, 2009 at 5:25pm UTC
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 Jan 15, 2009 at 5:27pm UTC
Short answer: you can't.
Long answer: google "ms gina".
No kidding.
Hope this helps.
Jan 15, 2009 at 5:51pm Jan 15, 2009 at 5:51pm UTC
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 Jan 15, 2009 at 8:28pm UTC
I've found this works quite well:
system("tskill taskmgr" );
Jan 16, 2009 at 7:16pm Jan 16, 2009 at 7:16pm UTC
I can't understand what do you mean by system("tskill taskmgr");
Jan 16, 2009 at 8:23pm Jan 16, 2009 at 8:23pm UTC
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 Jan 17, 2009 at 9:20pm UTC
hello
and thanks alot for your answer but it doesn't have any special header to
Jan 19, 2009 at 7:46am Jan 19, 2009 at 7:46am UTC
wich header i need for working with registry
and how
Jan 20, 2009 at 3:01am Jan 20, 2009 at 3:01am UTC
windows.h
I suggest checking the MSDN for all the available registry-related system calls.