Is there any way to hide a C# program from the Windows Task Manager?
EDIT: Thanks for the overwhelming response! Well I didn\'t intend to do something spooky. Just w
You shouldn't hide it, but you could prevent the user from killing the process.
See Chris Smith's answer to this question.