From 05b543320970fe92274341f37bceef9223b64ff1 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Fri, 4 Apr 2025 21:06:43 +0300 Subject: [PATCH] Functional fix for service statuses --- service_status.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_status.bat b/service_status.bat index 7a1feb0..6718167 100644 --- a/service_status.bat +++ b/service_status.bat @@ -5,7 +5,7 @@ chcp 65001 > nul if "%~1"=="" ( - echo Checking of already running service instances (see services.msc for more info) + echo Checking already running service instances, see services.msc for more info call :test_service zapret call :test_service WinDivert echo Services status check complete!