@jcsteelguitars@spaceplace.jonathancandler.com
Post #1157939
2026-04-13 18:36 UTC
K asking again here as I seem to get no answers from this. anyone know of a relyable way to run a server program as a windows service? Running a http file server here and would rather not run from cli all the damn time. Yes, I know how to do it in linux but I don't hardly host shit on windows so cut me some slack Lol hehehehehe. If mobody knows boost to someone who does. Thanks.
Replies (1)
-
@mhussain@universeodon.com 2026-04-15 09:06
@Rich@dragonscave.space @jcsteelguitars@spaceplace.jonathancandler.com you could try this from a reddit thread I found?? sc.exe create binPath= "" But the exe in question has to be capable of running as a service. It has to be a silent exe. Exe's that have monitors (gui's) that have to run probably won't load properly as a service. It also has to be designed to work with the windows subsystem if you have to pipe in parameters and data to it. I think you can add the launch parameters to it as part of the argument