I recently downloaded and installed Prometheus for windows and installed it it my machine.
If I run prometheus.exe file as administrator it starts as expected.
I wanted to configure it as a service which it really is. So, I ran
C:\WINDOWS\system32>sc create Prometheus binpath= "C:\Program Files\Prometheus\prometheus.exe"
[SC] CreateService SUCCESS
However, when I am trying to start it using computer management tool it fail to start, giving me error 1053.
If anyone knows how to fix it, I will greatly appreciate your advice.