Fix rfc1323 timestamps check (#12805)
This commit is contained in:
parent
523bf61ac8
commit
f6f22e20e1
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ exit /b
|
|||
|
||||
:: TCP ENABLE ==========================
|
||||
:tcp_enable
|
||||
chcp 437 > nul
|
||||
netsh interface tcp show global | findstr /i "timestamps" | findstr /i "enabled" > nul || netsh interface tcp set global timestamps=enabled > nul 2>&1
|
||||
exit /b
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue