How to prevent process being terminated by the user?

  • Thread starter Thread starter Q. John Chen
  • Start date Start date
Q

Q. John Chen

I created a simple program so the kids have limited time play with the
computer. Now their figured out to terminate the process using task
manager. Is there a way to prevent this? They have their only account
(non-admin user)
 
the quickest solution is to write another service that restarts the
terminated one
 
That's not ideal.

Is it possible to prevent a non-admin user from terminate a process?

Maybe I should post it in a OS group?
 
Hi,

a normal user does not has the right to terminate other users processes.
This might be the key to the solution. Start your program with an admin user
at computer-startup, for example as a scheduled task, which runs, if the
computer starts. The kids [normal users] should then not be able to
terminate the process.

Best regards,
Manfred Braun

(Private)
Mannheim
Germany

mailto:[email protected]
(Remove the anti-spam-underscore to mail me!)
 
Back
Top