From 2a4e602621c1cef20b86c31c8b909a7814c9ed58 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Sat, 20 Sep 2025 17:04:23 +0300 Subject: [PATCH] typo --- service.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/service.bat b/service.bat index 026b10e..f4aec49 100644 --- a/service.bat +++ b/service.bat @@ -457,7 +457,7 @@ echo: tasklist /FI "IMAGENAME eq winws.exe" | find /I "winws.exe" > nul set "winws_running=!errorlevel!" -sc query WinDidvert | findstr /I "RUNNING STOP_PENDING" > nul +sc query "WinDivert" | findstr /I "RUNNING STOP_PENDING" > nul set "windivert_running=!errorlevel!" if !winws_running! neq 0 if !windivert_running!==0 ( @@ -490,7 +490,8 @@ 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 if !errorlevel! neq 0 (