How can I run a Windows GUI application on as a service?

前端 未结 11 1615
梦毁少年i
梦毁少年i 2020-11-28 07:59

I have an existing GUI application that should have been implemented as a service. Basically, I need to be able to remotely log onto and off of the Windows 2003 server and s

11条回答
  •  难免孤独
    2020-11-28 08:30

    I've had good experience with winsw. I was able to convert quite easily my batch files to services using it.

    I've used it for nginx as well, per this answer.

提交回复
热议问题