windows查看端口被哪个进程占用

2025-04-01 02:04:12
推荐回答(1个)
回答1:

  1. 查看所有的端口占用情况
    C:\>netstat -ano

  2. 查看指定端口的占用情况
    C:\>netstat -aon|findstr "9050"