📌  相关文章
📜  通过在 Windows 中查找端口来终止进程 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:13.387000             🧑  作者: Mango

代码示例1
//Open command prompt and run the following commands

C:\Users\username>netstat -o -n -a | findstr 0.0:3000
   TCP    0.0.0.0:3000      0.0.0.0:0              LISTENING       3116

C:\Users\username>taskkill /F /PID 3116
//here 3116 is the process ID