win 关闭指定端口号命令

工具 / 2021-10-13

netstat -ano 查看所有端口号
netstat -ano|findstr "8080" 查看指定端口号命令

 TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       24012 
  TCP    [::]:8080              [::]:0                 LISTENING       24012

tasklist|findstr "24012" 查询24012的名字
然后根据名字和 pid关闭指定端口