How to hide a process from task manager using C#

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I am developing a windows application which should not be killed by user any how. I have hide this from Application tab (In Task manager) but do not have any idea that "How to hide a process from task manager using C#".

Currently user can close the application process by Task Manager & End Task.

Actually I want either that process should be hide for current user or task manager should not be accessible until the application is not filled up.
Is it possible using karnel.dll or using other dlls with dllImport functionality? if yes then how?



<
Rakesh Kumar, Zensar technologies Ltd
<br/>

View the full article
 
Back
Top