Ticker

6/recent/ticker-posts

Advertisement

How to force a service to start restart and stop

How to force Start and stop a services


If you have a service that is showing pending in Windows services and not responding that you are unable to stop, use the following directions to force the service to stop.

1. click on Windows key +r for Run




2. When Run screen appears type services.msc and click on OK



3. Identify its service nameRight-click on  service and check the Properties.


4. And get the service name


5. Click on Windows key type cmd and open command prompt run as administrator



6. Once found, open a command prompt. Type sc queryex [servicename]. ex sc queryex BITS Press Enter





7. Identify the PID


8. In the same command prompt type taskkill /pid [pid number] /f Press Enter

taskkill /pid 10252 /f







Post a Comment

0 Comments