Disable IPv6 on Windows vista
i am working on network study now i come to know that IPv6 protocol conserving system resources. so i am looking to disableIPv6 protocol. i also feel disabling the IPv6 protocol may increase the security.so does anyone know how to remove the IPv6 from computer? please let me know how to do this thank you.
Re: Disable IPv6 on Windows vista
disable IPv6 on network interface card for vista
1. click on Start button> right click on Network> select Properties> then click on “Manager network connections” > Tasks pane ( go to Network Connections folder)
2. You can see network connections like LAN, Bluetooth , high speed Internet available on the Vista computer with the network adapter description. Right click on the network connection and select “Properties”.
Click “Continue” on User Access Control permission request prompt.
3. 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.
4. Click OK when done.
5.To re-enable IPv6, tick back the check box.
Re: Disable IPv6 on Windows vista
To disable Pv6 in Windows Vista, create and configure the following registry value (DWORD type):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\DisabledComponents
to Disabled set to 0 by default.
Re: Disable IPv6 on Windows vista
disablecomponents and configure behaviors for IPv6 in Windows Vista.
1. Open Registry Editor (regedit).
2. use following registry key branch:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\tcpip6\Parameters\
3. Create the following registry value (DWORD type):
DisabledComponents
Quote:
Note that the name must be exactly as shown, including capitalization. DisabledComponents is set to 0 by default.
4. DisabledComponents registry value is a bit mask which controls the following series of flags, starting with bit (Bit 0). To determine the value of Disabled Components for a specific set of bits the following table lists used with some common configuration combination and the corresponding DWORD value of DisabledComponents
•Bit 0 Set to 1 to disable all IPv6 tunnel interfaces, including ISATAP, 6to4, and Teredo tunnels. Default value is 0.
•Bit 1 Set to 1 to disable all 6to4-based interfaces. Default value is 0.
•Bit 2 Set to 1 to disable all ISATAP-based interfaces. Default value is 0.
•Bit 3 Set to 1 to disable all Teredo-based interfaces. Default value is 0.
•Bit 4 Set to 1 to disable IPv6 over all non-tunnel interfaces, including LAN interfaces and Point-to-Point Protocol (PPP)-based interfaces. Default value is 0.
•Bit 5 Set to 1 to modify the default prefix policy table to prefer IPv4 to IPv6 when attempting connections. Default value is 0.
disable IPv6 support globally on all interface, set the registry entry as below:
Quote:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
“DisabledComponents”=dword:000000ff
5. Restart the computer
6. To revert and enable IPv6, delete “DisabledComponents” registry key or set its registry value to 0.
Re: Disable IPv6 on Windows vista
I found that I also had to use Safe Mode and delete all the old drivers before I could actually get rid of IPV6