markdown 如果没有响应,手动强制服务停止

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如果没有响应,手动强制服务停止相关的知识,希望对你有一定的参考价值。

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 
	```type	
	sc queryex [servicename]
	```
6. Press Enter.

7. Identify the PID.

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

以上是关于markdown 如果没有响应,手动强制服务停止的主要内容,如果未能解决你的问题,请参考以下文章