mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-12-10 05:19:45 +05:00
typo
This commit is contained in:
@@ -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 (
|
||||
@@ -491,6 +491,7 @@ if !winws_running! neq 0 if !windivert_running!==0 (
|
||||
) 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 (
|
||||
|
||||
Reference in New Issue
Block a user