Windows 10 error 1053: custom service does not start

  • Thread starter Thread starter AleMadama
  • Start date Start date
A

AleMadama

Hi all,

I created a service from an .EXE file:


sc.exe create "MyServiceName" type= own start= auto binPath= "C:\scripts\MyEXEName.exe"


and the service has been created successfully


If I try to start from "services" app, I get this error


Error 1053: the service did not respond to the start or control request in a timely fashion


[COLOR=rgba(0, 91, 106, 1)][/COLOR]



The weird thing is that the exe successfully runs and works anyway


the service remains "not started"


how can I fix this?


thanks!

Ale

Continue reading...
 
Back
Top