Service starting a process wont show GUI C#

前端 未结 4 705
自闭症患者
自闭症患者 2020-11-28 11:58

Hey, I am trying to get a service to start my program but it isn\'t showing the GUI. The process starts but nothing is shown. I have tried enabling \'Allow service to intera

4条回答
  •  时光取名叫无心
    2020-11-28 12:54

    Services run under different account so notepad is run by another user and on another desktop so that's why you cannot see it. 'Allow service to interact with desktop' is not supported anymore starting from Vista.

提交回复
热议问题