Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 178 Bytes

tips.md

File metadata and controls

6 lines (5 loc) · 178 Bytes

一、查看指定端口的使用情况

netstat -ano | findstr 端口号

二、手动关闭进程

1、 tasklist | findstr 进程号

2、taskkill -PID 进程号 -F