HKEY_LOCAL_MACHINE¥SYSTEM¥CURRENTCONTROLSET¥SERVICES¥TCPIP6¥PARAMETERS
DisabledComponents=0xff:DWORD:32bit
※IPv6 またはそのコンポーネントを無効にすることは推奨されません。
参考として、IPv4を優先化する方法http://www.vwnet.jp/Windows/w7/IPv4/IPv4PriorityUP.html
■現在の優先順位の確認
netsh interface ipv6 show prefix policies
■優先順位変更
netsh interface ipv6 set prefixpolicy ::ffff:0:0/96 50 0
netsh interface ipv6 set prefixpolicy ::1/128 40 1
netsh interface ipv6 set prefixpolicy ::/0 30 2
netsh interface ipv6 set prefixpolicy 2002::/16 20 3
netsh interface ipv6 set prefixpolicy ::/96 10 4
■優先順位リセット
netsh interface ipv6 reset