Is there any way to start a GUI application from a windows service on Windows 7?
问题 I have done a lot of searching to find a way to start a GUI application from a windows service on Windows 7. Most of what I have found is that with Windows 7 services now run in a separate user session and can not display any graphical interface to the current user. I\'m wondering is there is any kind of workaround or different way of accomplishing something like this? Can the service start a process in a different user session? 回答1: This change was made for a reason and not simply to annoy