apiserver/TCPIP_Parameters.bat.txt
2024-08-26 17:21:18 +08:00

8 lines
273 B
Plaintext

@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