关闭占用端口的进程

Last updated on January 31, 2023 pm

1.查询占用端口的进程

1
netstat -ano |findstr 8080

2.终止进程

1
taskkill /t /f /pid 1172  

1172为上一步查询到的进程号


关闭占用端口的进程
https://angelaggression.github.io/2023/01/31/关闭占用端口的进程/
Author
BurnedWings
Posted on
January 31, 2023
Licensed under