Talk:6T04 Adapter

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 17:07, 3 March 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.