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 如果没有响应,手动强制服务停止的主要内容,如果未能解决你的问题,请参考以下文章

如果我们手动强制停止应用程序,推送通知不起作用

在手动停止线程之前,JMeter 没有通过基于 TCP 协议的 JSON RPC 从服务器获得答案

Django:在所有响应上强制 CSRF 令牌

我的手机经常出现无响应是怎么回事?

响应式编程实战——RxJS 手动停止事件流的正确方式

怎么样关闭占用80端口的pid为4的进程