停用ipv6
目前很多网站其实压根就没有ipv6版本,然后浏览器它是死的,它不知道ipv6,ipv4,所以会去找ipv6.然后自然就慢了。如果你想体验正常的上网速度,现阶段,还是把ipv6关了吧。
我给大家分享一下关闭ipv6的方法:
就是改注册表,然后重启电脑,新增一个DWord 注册表值为ff 十六进制
The IPv6 functionality can be configured by modifying the following registry key:
Location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\
Name: DisabledComponents
Type: REG_DWORD
Min Value: 0x00 (default value)
Max Value: 0xFF (IPv6 disabled)
USE REGISTRY KEY TO CONFIGURE IPV6
IPv6 Functionality |
Registry value and comments |
Prefer IPv4 over IPv6 |
Dec 32 |
Disable IPv6 |
Dec 255 if you encounter startup delay after disabling IPv6 in Windows 7 SP1 or Windows Server 2008 R2 SP1. . after configuring this setting. |
Disable IPv6 on all nontunnel interfaces |
Dec 16 |
Disable IPv6 on all tunnel interfaces |
Dec 1 |
Disable IPv6 on all nontunnel interfaces (except the loopback) and on IPv6 tunnel interface |
Dec 17 |
Prefer IPv6 over IPv4 |
Bin xx0x xxxx |
Re-enable IPv6 on all nontunnel interfaces |
Bin xxx0 xxxx |
Re-enable IPv6 on all tunnel interfaces |
Bin xxx xxx0 |
Re-enable IPv6 on nontunnel interfaces and on IPv6 tunnel interfaces |
Bin xxx0 xxx0 |
https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows
分类: 默认 标签: 发布于: 2021-07-23 16:52:32, 更新于: 2021-07-23 16:52:32