mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-17 13:51:55 +00:00
Removed duplicate check
This commit is contained in:
10
service.bat
10
service.bat
@@ -411,16 +411,6 @@ if !proxyEnabled!==1 (
|
|||||||
)
|
)
|
||||||
echo:
|
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
|
:: TCP timestamps check
|
||||||
netsh interface tcp show global | findstr /i "timestamps" | findstr /i "enabled" > nul
|
netsh interface tcp show global | findstr /i "timestamps" | findstr /i "enabled" > nul
|
||||||
if !errorlevel!==0 (
|
if !errorlevel!==0 (
|
||||||
|
|||||||
Reference in New Issue
Block a user