Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. From the Windows Start menu, type Run and press Enter (or for Windows XP, cilck Run).

  2. From the Run dialog, type regedit and click OK to start the registry editor.

  3. In the Registry Editor, open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.

  4. Open Tcpip for IPV4 or Tcpip6 for IPV6For IPV4, open Tcpip, or for IPV6, open Tcpip6.

  5. Select the registry subkey Parameters, and check the right panel for the registry entries MaxUserPort and TcpTimedWaitDelay.

    If these entries do not exist, create them:

    a. Right-click on Parameters.
    b. From the shortcut menu, select New, and then select DWORD (32-bit) value. A new registry entry, New Value #1, is added to the right side of the Registry Editor.
    c. Change the name of the new entry to MaxUserPort.
    d. Repeat steps a through c, changing the name of the second new entry to TcpTimedWaitDelay.

  6. Change the value of the MaxUserPort and TcpTimedWaitDelay entries:

    a. Select the entry.
    b. Press Enter, or right-click on the entry and select Modify. This will open the Edit DWORD Value dialog.
    c. Change the Value setting for MaxUserPort to 65534, and the Value setting for TcpTimedWaitDelay to 30.