Disable IPv6 in Windows Server 20008 Full & Core installation
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
Click Start – Search and type “regedit” and press enter. This should launch the Registry Editor.
In Windows Server 2008 Core installation, run “regedit” from an elevated Command prompt or as an Administrator. This should launch the Windows Registry Editor.
Navigate to the following rgeistry key
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Services
\Tcpip6
\Parameters
In the right-pane, right-click, select New – DWORD Value. Enter the name as “DisabledComponents” and set its value as “FF” as shown below. Once done, restart the Server for the changes to take effect. If at a later time, you want to revert the changes simply delete the key and reboot the server.

Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






internet secuity sating & not download
Registry might be DisabledComponents not DisabledComponent
I realize that this article states Vista: http://support.microsoft.com/kb/929852
But, I am fairly certain that it is DisabledComponents on the DWORD name for Windows Server 2008 also.
Is this entry supposed to be there if you go into the properties of your NICs and disable IPv6 there?
It should be DisabledComponent. http://support.microsoft.com/kb/952842
It should be DisabledComponents with an ’s’ at the end..
Both articles say so;
http://support.microsoft.com/kb/952842
http://support.microsoft.com/kb/929852
i just field tested this on Win08R2RC1..