From d31fb058b880a138e7eb5f50e72ddc57ce7d80c0 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Wed, 7 Jan 2026 16:54:50 +0300 Subject: [PATCH] Removed duplicate check --- service.bat | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/service.bat b/service.bat index 88a49ea..a6b19a6 100644 --- a/service.bat +++ b/service.bat @@ -411,16 +411,6 @@ if !proxyEnabled!==1 ( ) echo: -:: Check netsh -where netsh >nul 2>nul -if !errorlevel! neq 0 ( - call :PrintRed "[X] netsh command not found, check your PATH variable" - echo PATH = "%PATH%" - echo: - pause - goto menu -) - :: TCP timestamps check netsh interface tcp show global | findstr /i "timestamps" | findstr /i "enabled" > nul if !errorlevel!==0 (