How do I hide a process in Task Manager in C#?

Don’t try to stop it from being killed – you’re not going to manage it. Instead, make it regularly call home to a webservice. When the webservice notices a client “going silent” it can ping the machine to see if it’s just a reboot issue, and send an email to a manager (or whoever) to discipline whoever has killed the process.

Leave a Comment