- Go to Network Connections folder (click on Start button, then right click on Network, select Properties, then click on “Manager network connections” on Tasks pane).
- You should see various LAN, wireless, Bluetooth, high speed Internet, and other network connections available on the Vista computer with the network adapter description. Right click on the network connection that you want to disable the IPv6 interface and select “Properties”.Click “Continue” on User Access Control permission request prompt.
- Clear the check box next to the Internet Protocol version 6 (TCP/IPv6) component in the list under “This connection uses the following items” box.
- Click OK when done.
- To re-enable IPv6, tick back the check box.
It’s also possible to disable IPv6 and/or Teredo via Vista system registry. The registry settings also allow users to selectively disable components and configure behaviors for IPv6 in Windows Vista.
- Open Registry Editor (regedit).
- Navigate to the following registry key branch:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\tcpip6\Parameters\ - Create the following registry value (DWORD type):DisabledComponentsNote that the name must be exactly as shown, including capitalization. DisabledComponents is set to 0 by default.
- The DisabledComponents registry value is a bit mask that controls the following series of flags, starting with the low order bit (Bit 0). To determine the value of DisabledComponents for a specific set of bits, the process is complicated, were hexadecimal value is calculated from binary number of the bits in correct position. For convenient, the following table lists some common configuration combinations and the corresponding DWORD value of DisabledComponents.
As seen from table above, to disable IPv6 support globally on all interface, set the value data for DisabledComponents to 000000FF, or simply FF. The registry entry will look like below:Configuration combination DisabledComponents value Disable all tunnel interfaces 0×1 Disable 6to4 0×2 Disable ISATAP 0×4 Disable Teredo 0×8 Disable Teredo and 6to4 0xA Disable all LAN and PPP interfaces 0×10 Disable all LAN, PPP, and tunnel interfaces 0×11 Prefer IPv4 over IPv6 0×20 Disable IPv6 over all interfaces and prefer IPv4 to IPv6 0xFF
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
“DisabledComponents”=dword:000000ff - Restart the computer for changes to take effect.
- To revert and enable IPv6, delete “DisabledComponents” registry key or set its registry value to 0.
No comments:
Post a Comment