how to Disable The My Exe From Task Manager . it should't visible when the user is open the task manager.... there is lot of exe run in the same name. here to avoid the confiution to other users .
k fine..... tell me, the exe should't allow to kill by any others form task manager...
-
Google the term "rootkit". Basically, this is considered very evil and is usually only used for evil purposes, therefor this is bad practice since modern antivirus-software would probably flag your software as malware.
-
If you really need to do this, you basically need to use a rootkit. See the Hoglund & Butler book, "Rootkits: Subverting the Windows Kernel." But you will be fighting the operating system and the anti-malware vendors every step of the way.
See also Raymond Chen's repeated discussions of "arms races" for why Windows doesn't support this -- basically if you are allowed to remove yourself from Task Manager then users are going to want another utility which shows them hidden processes, and then you are going to want a way to remove yourself from that utility, et cetera ad infinitum.
If you really must do this, by the way, you will need to use C or assembler, not C#.
0 comments:
Post a Comment