Windows命令集合
08-24
1. 重启windows网卡命令
rem 禁用网卡
netsh interface set interface 本地连接 disabled
rem 启用网卡
netsh interface set interface 本地连接 enabled
2. 查看端口使用情况及使用进程或服务的PID
netstat -ano
1. 重启windows网卡命令
rem 禁用网卡
netsh interface set interface 本地连接 disabled
rem 启用网卡
netsh interface set interface 本地连接 enabled
2. 查看端口使用情况及使用进程或服务的PID
netstat -ano