From f6f22e20e1ac15ffd31328cb7d119058040fc0c6 Mon Sep 17 00:00:00 2001 From: Yevgeny Kungurov Date: Sat, 2 May 2026 00:17:52 +0300 Subject: [PATCH] Fix rfc1323 timestamps check (#12805) --- service.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/service.bat b/service.bat index a7dff05..6bc7c60 100644 --- a/service.bat +++ b/service.bat @@ -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