【windows】windows系统如何查看端口监听、进程和杀进程

Windows 上打开cmd的三种方式 1. Win + R 2. C:\Windows\System32\cmd.exe 2. 输入%comspec%也可以打开cmd     查看端口监听和对应的PID       语法: netstat –ano | findstr  "<端口号>" netstat –ano | findstr   "1080" 图中的地2列为端口本机端口监听,所对应的PID
相关文章
相关标签/搜索