8 lines
273 B
Plaintext
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
|
||
|
|