mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-08 11:25:28 +00:00
Removed duplicate check
This commit is contained in:
10
service.bat
10
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 (
|
||||
|
||||
Reference in New Issue
Block a user