1、找到端口名(3004)

  netstat -aon | findstr "3004"
2、找到pid

  tasklist|findstr "6412"

3、关闭端口

  taskkill /pid 6412 -t -f

相关文章: