发新话题
打印

Windows停用、启用网卡bat批处理

Windows停用、启用网卡bat批处理

以管理员身份运行CMD

rem ----syntax borrowed from: http://forum.sysinternals.com/command-used-to-disable-network-interface_topic9483.html
netsh interface set interface "以太网" admin=DISABLED
netsh interface set interface "以太网" admin=ENABLED

用于快速恢复windows ipv6 Deprecated(受到抨击)导致的ipv6网络中断


为了防止Windows无故中断ipv6网络连接,可以在后台一直ping一个ipv6地址,参考:
http://www.trustcomputing.com.cn/bbs/viewthread.php?tid=1987

参考:
IPv6 Stateless address autconfiguration problem on resume/reconnection
https://social.technet.microsoft.com/Forums/en-US/61fb3e35-dc96-4845-90a5-f3a26f799254/ipv6-stateless-address-autconfiguration-problem-on-resumereconnection?forum=w7itpronetworking

Windows上显示的“临时 ipv6地址“和“受到抨击”是什么意思?
https://www.zhihu.com/question/316884179

[ 本帖最后由 linda 于 2023-5-25 15:59 编辑 ]

TOP

发新话题