An error is returned and the service trying is stuck in "Stopping" status.
There is not definitive reason why this happens there is CMD command that will kill the service in question.
You will need to run the "taskkill" command via Command Prompt.
- You will want to open Task Manager and got to the "Services" tab.
- Locate the service in question and make note of the corresponding number in the PID tab
- Open Command Prompt in Adminstator mode
- Run the command taskkill /F /PID (number from task manager)