Talk:6T04 Adapter: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with "== Disable IPv6 in Microsoft Windows == # Open regedit.exe # goto HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, services, TCPIP6 and Parameters. # Right click on Parameters..."
(No difference)

Revision as of 15:07, 3 March 2015

Disable IPv6 in Microsoft Windows

  1. Open regedit.exe
  2. goto HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, services, TCPIP6 and Parameters.
  3. Right click on Parameters and select New and then DWORD (32-bit) Value.
  4. Name the new value "DisabledComponents" and hit Enter.
  5. Right click on the new DisabledComponents value you just created and select Modify.
  6. Set the value of DisabledComponents to "FFFFFFFF" and click OK. That is a series of 8 F characters.