Windows命令集合

1. 重启windows网卡命令

rem 禁用网卡
netsh interface set interface 本地连接 disabled

rem 启用网卡
netsh interface set interface 本地连接 enabled

2. 查看端口使用情况及使用进程或服务的PID

netstat -ano

猜你喜欢

转载自xinklabi.iteye.com/blog/1879828
今日推荐