apiserver/TCPIP_Parameters.bat.txt

8 lines
273 B
Plaintext
Raw Normal View History

@ECHO OFF
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /t REG_DWORD /v "MaxUserPort" /d 60000 /f
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /t REG_DWORD /v "TcpTimedWaitDelay" /d 30 /f
PAUSE