зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
15 строки
324 B
Reg
15 строки
324 B
Reg
Win-Old:
|
|
|
|
REGEDIT4
|
|
|
|
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
|
|
"TcpTimedWaitDelay"=dword:0000001e
|
|
"MaxUserPort"=dword:0000fffe
|
|
|
|
|
|
Win 7, 2008:
|
|
|
|
netsh int ipv4 set dynamicportrange protocol=tcp startport=1025 numberofports=64508 store=persistent
|
|
netsh int ipv4 show dynamicportrange protocol=tcp
|
|
|