Cosmetic changes for service status

This commit is contained in:
Flowseal
2025-07-04 14:47:17 +03:00
parent 13444ab388
commit 2cd68f24f1

View File

@@ -63,9 +63,8 @@ goto menu
:service_status :service_status
cls cls
chcp 437 > nul chcp 437 > nul
echo Checking services and tasks... for /f "tokens=3*" %%A in ('reg query "HKLM\System\CurrentControlSet\Services\zapret" /v zapret-discord-youtube 2^>nul') do echo Service strategy installed from "%%A %%B"
call :test_service zapret call :test_service zapret
for /f "tokens=3*" %%A in ('reg query "HKLM\System\CurrentControlSet\Services\zapret" /v zapret-discord-youtube 2^>nul') do echo service strategy installed from "%%A %%B"
call :test_service WinDivert call :test_service WinDivert
tasklist /FI "IMAGENAME eq winws.exe" | find /I "winws.exe" > nul tasklist /FI "IMAGENAME eq winws.exe" | find /I "winws.exe" > nul