Hide a C# program from the task manager?

后端 未结 5 856
日久生厌
日久生厌 2020-12-02 20:52

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

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 21:48

    You shouldn't hide it, but you could prevent the user from killing the process.

    See Chris Smith's answer to this question.

提交回复
热议问题