![]() |
No new posts How to create a process that cannot be killed by the user?
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. |
Re: No new posts How to create a process that cannot be killed by the user?
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.
|
Re: No new posts How to create a process that cannot be killed by the user?
Quote:
|
| All times are GMT +5.5. The time now is 00:37. |