From 素包子blog
win7下ipconfig的输出的确有点让人眼花,看到一个去掉IPV6的方法,kaka同学也提供了一个方法,前者我验证了,后者有兴趣的同学可以验证下。
win7 在 ipconfig 時會出現很多 ipv6 的相關資訊,但事實上我們現在並沒有ipv6的需求,ms 有提供方法真正關閉 ipv6 登錄檔: Disable IPv6
代码: Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpip6Parameters] "DisabledComponents"=dword:000000ff登錄檔: Enable IPv6
代码: Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpip6Parameters] "DisabledComponents"=dword:00000000from kaka: netsh interface teredo set state disable netsh interface 6to4 set state disabled netsh interface isatap set state disabled 包子猜您可能还喜欢下列文章:
SEHOP per-process opt-in support in Windows 7 手动开启WINDOWS7 SEHOP保护 New Nmap version detects the Conficker worm 如何阻止 Windows 在 Active Directory 和本地 SAM 数据库 中存储密码的 LAN Manager 哈希 More information about the Office Web Components ActiveX vulnerability
查看更多关于关闭WINDOWS7的IPV6 - Windows操作系统 - 自学php的详细内容...