1.查看当前已连接网卡
netsh interface show interface
2.禁用网卡
netsh interface set interface <网卡名称> admin=disable
3.放弃DHCP获取的IP等
ipconfig /release
4.重新获取DHCP上的IP等
ipconfig /renew
1.查看当前已连接网卡
netsh interface show interface
2.禁用网卡
netsh interface set interface <网卡名称> admin=disable
3.放弃DHCP获取的IP等
ipconfig /release
4.重新获取DHCP上的IP等
ipconfig /renew
评论(0)
暂无评论