Results 1 to 5 of 5

Thread: Disable IPv6 on Windows vista

  1. #1
    Join Date
    Feb 2009
    Posts
    36

    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.

  2. #2
    Join Date
    May 2008
    Posts
    2,945

    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.

  3. #3
    Join Date
    Dec 2008
    Posts
    322

    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.

  4. #4
    Join Date
    Jan 2006
    Posts
    4,221

    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

    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:

    [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.

  5. #5
    ilive4beer Guest

    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

Similar Threads

  1. How to disable SSH and ipv6?
    By Kannad in forum Networking & Security
    Replies: 4
    Last Post: 10-01-2011, 07:03 PM
  2. How to disable IPv6 in Windows 7 and Windows Vista
    By TechGate in forum Tips & Tweaks
    Replies: 2
    Last Post: 13-08-2010, 05:27 PM
  3. How to disable IPv6 in Windows 7?
    By Level8 in forum Operating Systems
    Replies: 8
    Last Post: 15-03-2010, 01:29 PM
  4. Should we disable IPv6 ?
    By Desparate Dan in forum Windows Server Help
    Replies: 17
    Last Post: 30-06-2009, 07:10 PM
  5. Windows Vista - IPv6 says limited
    By mikey32 in forum Networking & Security
    Replies: 4
    Last Post: 25-03-2009, 06:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,439,089.85705 seconds with 16 queries