DNS error in Windows 2008
Phillip, you were at the right spot. Ignore those two folders. Right click on Parameters, or simply click in the white area in the detail pane (the pane to the right where you see certain settings) and choose to create a new DWORD called DisabledComponents. Remember, DisabledComponents is a DWORD paramater, not a folder, so ignore those folders and simply create the DWORD.
And it is not FFFFFFFF, it is just FF.
Here are the instructions again.
1. Navigate to:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters]
2. In the details pane, click New, and then click DWORD (32-bit) Value.
3. Type in DisabledComponents , and then press ENTER.
4. Double-click DisabledComponents,
5. Type ff in Hexadecimal.
6. So it should like this when completed:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip6\Parameters]
"DisabledComponents"=dword:000000ff
Ace
|