过滤查看端口
netstat -aon|findstr " 20001 "
:\>netstat -aon|findstr "20001"
TCP 192.168.17.54:20001 0.0.0.0:0 LISTENING 4740
:\>tskill 4740
过滤查看端口
netstat -aon|findstr " 20001 "
:\>netstat -aon|findstr "20001"
TCP 192.168.17.54:20001 0.0.0.0:0 LISTENING 4740
:\>tskill 4740