开发者

Watchdog an application from a service

开发者 https://www.devze.com 2023-03-17 03:17 出处:网络
How can I make a service to be a watchdog for a desktop application knowing that Services cannot/shouldn\'t interact with Des开发者_运维问答ktop applications.

How can I make a service to be a watchdog for a desktop application knowing that Services cannot/shouldn't interact with Des开发者_运维问答ktop applications.

Or is it only working assuming there is only one user?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消