From 0949686499bf739b9c01bd53a89f0c83713bbec8 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sat, 20 Sep 2025 17:36:51 +0300 Subject: [PATCH] diagnostics variables pre-set --- service.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service.bat b/service.bat index f4aec49..a138861 100644 --- a/service.bat +++ b/service.bat @@ -490,7 +490,7 @@ if !winws_running! neq 0 if !windivert_running!==0 ( call :PrintRed "[X] No conflicting services found. Check manually if any other bypass is using WinDivert." ) else ( call :PrintYellow "[?] Attempting to delete WinDivert again..." - + net stop "WinDivert" >nul 2>&1 sc delete "WinDivert" >nul 2>&1 sc query "WinDivert" >nul 2>&1 @@ -509,6 +509,8 @@ if !winws_running! neq 0 if !windivert_running!==0 ( :: Conflicting bypasses set "conflicting_services=GoodbyeDPI discordfix_zapret winws1 winws2" +set "found_any_conflict=0" +set "found_conflicts=" for %%s in (!conflicting_services!) do ( sc query "%%s" >nul 2>&1