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?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Service can not have a UI but they can run executables. It is just that for windows vista, windows 7 and on, the service need to find out under which user/session to run the executable.

Here is a blog post explaining how to do [that].1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.