Tagged Questions

2
votes
3answers
3k views

How do I code a watchdog timer to restart a Windows service?

I'm very interested in the answer to another question regarding watchdog timers for Windows services (see here). That answer stated: I have also used an internal watchdog system running in another ...
0
votes
1answer
107 views

Watchdog an application from a service

How can I make a service to be a watchdog for a desktop application knowing that Services cannot/shouldn't interact with Desktop applications. Or is it only working assuming there is only one user?