Fix rfc1323 timestamps check (#12805)

This commit is contained in:
Yevgeny Kungurov
2026-05-02 00:17:52 +03:00
committed by GitHub
parent 523bf61ac8
commit f6f22e20e1

View File

@@ -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