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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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