How To Properly Disable IPv6 in Windows

ipv6 Starting in Windows Vista and Server 2008, Microsoft includes native support for IPv6 (Internet Protocol Version 6) and is enabled by default.  IPv6 is the new computer address protocol that will eventually replace IPv4 which is currently the most popular standard. Unless you network has a specific requirement for IPv6, very few do, you can safely disable IPv6. Unlike other protocols, you cannot disable IPv6 by disabling the protocol on each of your network interfaces. While that will disable the protocol for the interfaces the loopback and tunnel interfaces will still have it enabled that can cause problems with applications.  The proper way to disable IPv6 is to disable via the registry.

 

First, click on the Start Button and type in regedit and hit Enter.

Then, navigate through HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, services, TCPIP6 and Parameters. Right click on Parameters and select New and then DWORD (32-bit) Value. Name the new value DisabledComponents and hit Enter. Now right click on the new DisabledComponents value you just created and select Modify. Set the value of DisabledComponents to FFFFFFFF and click OK.

DisableIPv6-4

 

After a reboot IPv6 will be disabled on all interfaces.

Note:

In Windows XP IPv6 is not installed by default so if you manually enabled it you can uninstall it by opening up a command prompt, type in and run:

netsh interface ipv6 uninstall

Related Posts Plugin for WordPress, Blogger...

About the Author


Hi, I'm Vikram, a Tech enthusiast and a Blogger from Mumbai, India. I write articles on Blogging, Technology News, Windows Tweaks, Gadgets and Freeware Reviews.

Have been writing for this blog since 2008 and has 209  posts on this blog so far.
You can follow me on Twitter at @Snakebytez / Connect me on FaceBook

Share This Post

Recent Articles

Leave a Reply

© 2012 Snakebytez. All rights reserved · Entries RSS · Comments RSS