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 (