获取网卡信息:
netsh interface show interface
使用一下脚本:
@echo off echo 正在重启网卡...
netsh interface set interface "你的网卡名称" admin=disable
netsh interface set interface "你的网卡名称" admin=enable
echo 网卡重启完成。
pause
获取网卡信息:
netsh interface show interface
使用一下脚本:
@echo off echo 正在重启网卡...
netsh interface set interface "你的网卡名称" admin=disable
netsh interface set interface "你的网卡名称" admin=enable
echo 网卡重启完成。
pause