用命令netstat -ano | findstr查不到端口占用

用powershell查Get-Process -Id (Get-NetTCPConnection -LocalPort 9410).OwningProcess,能看到是微信占用了

用 powershell 查具体端口(Get-NetTCPConnection -LocalPort 9410).OwningProcess,得到结果

cmd 执行命令taskkill /PID 876 /F结束端口

用命令netstat -ano | findstr查不到端口占用

用powershell查Get-Process -Id (Get-NetTCPConnection -LocalPort 9410).OwningProcess,能看到是微信占用了

用 powershell 查具体端口(Get-NetTCPConnection -LocalPort 9410).OwningProcess,得到结果

cmd 执行命令taskkill /PID 876 /F结束端口
