Terminating Program Question

  • Thread starter Thread starter Craig St. Jean
  • Start date Start date
C

Craig St. Jean

I am making a windows service that I need to keep from
being able to be shut down (like if you try to
terminate 'System' from the task manager it says Access
Denied). How can I do this?
 
You can probably do that by making that service running under a different
credential. But, an "administrator" should be able to shut down anything
they please.
 
You can probably do that by making that service running under a different
credential. But, an "administrator" should be able to shut down anything
they please.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top