How to force stop Services

Created by Cheng Kah Poh, Modified on Fri, 5 Jan at 2:37 PM by Cheng Kah Poh

Overview

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

1.       Click the Start menu

2.       Click Run or in the search bar type services.msc

3.       Press Enter

4.       Look for the service and check the Properties and identify its service name

5.       Once found, open a command prompt. Type sc queryex [servicename].


    1. For EDS Server       type: sc queryex “EDS Server”

pastedImage_2.png

6.       Press Enter

7.       Identify the PID


    1. In my example the PID was 5476, see above screenshot

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


    1. In my example I would type: taskkill /pid 5476 /f

pastedImage_6.png


    1. Note that you must run this command as an administrator

9.       Press Enter



** Learn more about Azure Cloud

** Learn more about QNE Hybrid Cloud Software

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article