mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-12-10 05:19:45 +05:00
Base Filtering Engine check
This commit is contained in:
@@ -308,6 +308,15 @@ goto menu
|
|||||||
chcp 437 > nul
|
chcp 437 > nul
|
||||||
cls
|
cls
|
||||||
|
|
||||||
|
:: Base Filtering Engine
|
||||||
|
sc query BFE | findstr /I "RUNNING" > nul
|
||||||
|
if !errorlevel!==0 (
|
||||||
|
call :PrintGreen "Base Filtering Engine check passed"
|
||||||
|
) else (
|
||||||
|
call :PrintRed "[X] Base Filtering Engine is not running. This service is required for zapret to work"
|
||||||
|
)
|
||||||
|
echo:
|
||||||
|
|
||||||
:: AdguardSvc.exe
|
:: AdguardSvc.exe
|
||||||
tasklist /FI "IMAGENAME eq AdguardSvc.exe" | find /I "AdguardSvc.exe" > nul
|
tasklist /FI "IMAGENAME eq AdguardSvc.exe" | find /I "AdguardSvc.exe" > nul
|
||||||
if !errorlevel!==0 (
|
if !errorlevel!==0 (
|
||||||
|
|||||||
Reference in New Issue
Block a user