查看占用端口,端口号不加英文引号也行
netstat -ano|findstr "8801"
netstat -ano|findstr 8801
执行后
![](https://img.haomeiwen.com/i12698908/7ecd9c800c24d0e6.png)
查看进程号对应的应用程序
tasklist|findstr "14568"
tasklist|findstr 14568
执行后
![](https://img.haomeiwen.com/i12698908/664bcfa2b4e389b7.png)
根据进程号杀死应用程序
![](https://img.haomeiwen.com/i12698908/3057dff54ebb885f.png)
查看占用端口,端口号不加英文引号也行
netstat -ano|findstr "8801"
netstat -ano|findstr 8801
执行后
查看进程号对应的应用程序
tasklist|findstr "14568"
tasklist|findstr 14568
执行后
根据进程号杀死应用程序
本文标题:windows下根据端口号关闭应用程序或进程
本文链接:https://www.haomeiwen.com/subject/ytdflqtx.html
网友评论