Wednesday, May 5, 2010

How to disable certain (IPv6) components in Windows Vista, Windows 7 and Windows Server 2008

1. Click Start                                                               

      , type regedit in the Start Search box, and then click
regedit.exe in the Programs list.
   2. In the User Account Control dialog box, click Continue.

   3. In Registry Editor, locate and then click the following registry
subkey:
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
\Tcpip6\Parameters\

   4. Double-click DisabledComponents to modify the DisabledComponents
entry.

      Note If the DisabledComponents entry is unavailable, you must
create it. To do this, follow these steps:

         1. In the Edit menu, point to New, and then click DWORD (32-
bit) Value.

         2. Type DisabledComponents, and then press ENTER.

         3. Double-click DisabledComponents.

   5. Type any one of the following values to configure the IPv6
protocol, and then click OK:

         1. Type 0 to enable all IPv6 components.

            Note The value "0" is the default setting.

         2. Type 0xffffffff to disable all IPv6 components, except the
IPv6 loopback interface. This

value also configures Windows Vista to use Internet Protocol version 4
(IPv4) instead of IPv6 in

 prefix policies.

         3. Type 0x20 to use IPv4 instead of IPv6 in prefix policies.

         4. Type 0x10 to disable native IPv6 interfaces.

         5. Type 0x01 to disable all tunnel IPv6 interfaces.

         6. Type 0x11 to disable all IPv6 interfaces except for the
IPv6 loopback interface.

Notes

    * Using a value other than 0x0 or 0x20 will cause the Routing and
Remote Access service to fail after this change goes into effect.
    * You must restart your computer for these changes to take affect

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache) -Resolving Disk space isssue

Essentially the client cache is a temporary download location for software, applications and software updates that are deployed to a clie...