欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

DOS下重启网卡

程序员文章站 2024-01-16 22:59:46
DOS下重启网卡   关闭网卡:   netsh interface set interface name="本地连接" admin=DIS...


DOS下重启网卡

 

关闭网卡:

 

netsh interface set interface name="本地连接" admin=DISABLED

 

开启网卡:

 

netsh interface set interface name="本地连接" admin=ENABLED

 

使用PPPOE协议进行宽带拨号时,若要重新拨号,不要对使用

 

PPPOE的“宽带连接”netsh,而应该对“本地连接”netsh