I am trying to make .exe file service. I have created service via cmd using sc
command. However, when I try to start it, i get problem:
'Error 1053: The service did not respond to the start or control request in a timely fashion'
Then I changed response time from 30 secs to 3 mins. After that service starting window load to 100%, but at the time it reaches 100%, again it pops up me same error:
'Error 1053: The service did not respond to the start or control request in a timely fashion'
How is it possible to solve this and run properly windows service?