mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-17 22:01:53 +00:00
Added intel connectivity network check
This commit is contained in:
10
service.bat
10
service.bat
@@ -319,6 +319,16 @@ if !errorlevel!==0 (
|
|||||||
)
|
)
|
||||||
echo:
|
echo:
|
||||||
|
|
||||||
|
:: Intel Connectivity Network Service
|
||||||
|
sc query | findstr /I "Intel" | findstr /I "Connectivity" | findstr /I "Network" > nul
|
||||||
|
if !errorlevel!==0 (
|
||||||
|
call :PrintRed "[X] Intel Connectivity Network Service found. It conflicts with zapret"
|
||||||
|
call :PrintRed "https://github.com/ValdikSS/GoodbyeDPI/issues/541#issuecomment-2661670982"
|
||||||
|
) else (
|
||||||
|
call :PrintGreen "Intel Connectivity check passed"
|
||||||
|
)
|
||||||
|
echo:
|
||||||
|
|
||||||
:: Check Point
|
:: Check Point
|
||||||
set "checkpointFound=0"
|
set "checkpointFound=0"
|
||||||
sc query | findstr /I "TracSrvWrapper" > nul
|
sc query | findstr /I "TracSrvWrapper" > nul
|
||||||
|
|||||||
Reference in New Issue
Block a user