From fa32c6661c9b05f62f1af0845ab8cc2b10d52483 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Fri, 4 Jul 2025 13:48:21 +0300 Subject: [PATCH] Added intel connectivity network check --- service.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/service.bat b/service.bat index 958d36a..d5a3f73 100644 --- a/service.bat +++ b/service.bat @@ -319,6 +319,16 @@ if !errorlevel!==0 ( ) 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 set "checkpointFound=0" sc query | findstr /I "TracSrvWrapper" > nul