A workaround for the fact that a scheduled task in Windows requires a user to be logged in

前端 未结 7 708
清酒与你
清酒与你 2020-12-19 00:24

I am running a small executable created by a third party that needs to run at regular intervals on a Windows 2008 server. This executable effectively ETLs information from

7条回答
  •  感情败类
    2020-12-19 00:45

    It would seem that from the research I have done (and David Heffernan's answer), without affecting the source code, this is not possible.

    There are some useful thoughts on How can I run a Windows GUI application on as a service? which relate to this but none give a viable workaround to this problem.

提交回复
热议问题