Hi All,
I am trying to create a process that cannot be killed by the user. The process after starting, will open the access token and use AdjustTokenPrivilege to disable all the privilege . but still the user can use task manager to kill the process. please help me in solving this problem.
No new posts How to create a process that cannot be killed by the user?
|
Newbie Member
|
|
| 18Jun2007,19:54 | #1 |
|
Team Leader
|
![]() |
| 18Jun2007,20:31 | #2 |
|
You can disable the task manager for a current user with either policy or registry modifications. If you're trying to disable it for admin level users, and hide processes, and all that, then I think it's probably something underhanded you're trying to do.
|
|
Newbie Member
|
|
| 18Jun2007,20:44 | #3 |
|
Quote:
Originally Posted by DaWei |

