I have an application cafe timer. I want my application process not to end by task manager from users. Thanks
Asked
Active
Viewed 689 times
2
-
Is it through windows service only? – user3348987 Feb 25 '14 at 00:59
1 Answers
1
You need to run it as a Windows service with elevated credentials so that users have insufficient rights to end it.
You could bullet proof this by having your service auto restart on shutdown, and regularly saving some state into a data file so that you can carry on in case your service ever does get terminated.

slugster
- 49,403
- 14
- 95
- 145