Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
790 views

Net Stop, how to stop a second service while the first is ¨Stopping...¨

Im trying to create a .bat that stops all unnecessary services, but theres so many that it takes a while to finish, because as one service is stopping the rest have to wait for it to finish, is there ...
PolisP's user avatar
  • 65
0 votes
1 answer
442 views

Is there a way to write a Batch-file which will Return services into their Default mode?

I had already twice a problem with my computer were it just went out of controll and most of the functions were incontrolable, including services like Sound, Brightness, Internet and some other. Later ...
A.D.'s user avatar
  • 243
0 votes
1 answer
537 views

How to delete lock file if service failed to start

I have a service that has its Startup type set to automatic. However, during an unexpected restart, this service failed to start because of existing lock file. How can I delete this lock file ...
euler's user avatar
  • 103
24 votes
3 answers
36k views

Wildcard Services restart

Currently, we have setup a .bat file which lists all services to start / stop them eg. SC start SERVICE1 SC start SERVICE2 SC stop SERVICE1 SC stop SERVICE2 We add new services all the time and the ...
Edward Tung's user avatar