From f684e3375443511d730a3e9ef3060fbfdfbebca4 Mon Sep 17 00:00:00 2001 From: Dronatar <35381259+Dronatar@users.noreply.github.com> Date: Wed, 9 Jul 2025 02:49:41 +0200 Subject: [PATCH] Update service.bat (#4109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Небольшое исправление вывода имени ранее установленного сервиса --- service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.bat b/service.bat index b0a4360..a343d3a 100644 --- a/service.bat +++ b/service.bat @@ -63,7 +63,7 @@ goto menu :service_status cls chcp 437 > nul -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" +for /f "tokens=2*" %%A in ('reg query "HKLM\System\CurrentControlSet\Services\zapret" /v zapret-discord-youtube 2^>nul') do echo Service strategy installed from "%%B" call :test_service zapret call :test_service WinDivert