如何关闭WIN7自动配置 IPV4 地址 169.254
2021-06-07 08:02
阅读:370
取消IPv6:
然后以管理员身份打开CMD 运行以下命令 手动关闭IPV6的隧道()
netsh interface teredo set state disable
netsh interface 6to4 set state disabled
netsh interface isatap set state disabled
这样就可以把IPV6禁用掉 我们再运行一下 ipconfig 可以看到IPV6 的地址和IPV6--IPV4的隧道也不见了。 看到的界面也很清爽。不像之前打完ipconfig后会有一堆乱七八糟的东西出来 弄的眼花缭乱的。
如果想还原再运行下面命令就可以了
netsh interface teredo set state default
netsh interface 6to4 set state default
netsh interface isatap set state default
上一篇:windows下,提权代码.
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:如何关闭WIN7自动配置 IPV4 地址 169.254
文章链接:http://soscw.com/index.php/essay/91649.html
文章标题:如何关闭WIN7自动配置 IPV4 地址 169.254
文章链接:http://soscw.com/index.php/essay/91649.html
评论
亲,登录后才可以留言!