Removed duplicate check

This commit is contained in:
Flowseal
2026-01-07 16:54:50 +03:00
parent 4ecc348d55
commit d31fb058b8

View File

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