好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

window查找进程,干掉进程 - Windows操作系统 - 自学


window查找进程,干掉进程

 

Java 代码  

 

C:\Users\zhouxq>netstat -aon | findstr "8821"  

 

  TCP    0.0.0.0:8821           0.0.0.0:0              LISTENING       8336  

  TCP    [::]:8821              [::]:0                 LISTENING       8336  

  

C:\Users\zhouxq>taskkill /f /pid 8336  

 

成功: 已终止 PID 为 8336 的进程。  

 

查看更多关于window查找进程,干掉进程 - Windows操作系统 - 自学的详细内容...

  阅读:62次