From 5a2b7d5e5253638d9da0ef5c4621fb965cf9d0c3 Mon Sep 17 00:00:00 2001 From: harmonicano <237638681+harmonicano@users.noreply.github.com> Date: Wed, 24 Dec 2025 11:07:18 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D1=83=D0=B1=D0=BB=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B8=D0=BC=D1=91=D0=BD?= =?UTF-8?q?=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=BE=D0=B2=20=D0=B2=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B5=20=D0=BD=D0=B0?= =?UTF-8?q?=20VPN=20(#7369)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service.bat b/service.bat index 47bacfa..4dc7e50 100644 --- a/service.bat +++ b/service.bat @@ -473,9 +473,10 @@ if not exist "%BIN_PATH%\*.sys" ( echo: :: VPN +set "VPN_SERVICES=" sc query | findstr /I "VPN" > nul if !errorlevel!==0 ( - for /f "tokens=2 delims=:" %%A in ('sc query ^|^ findstr /I "VPN"') do ( + for /f "tokens=2 delims=:" %%A in ('sc query ^| findstr /I "VPN"') do ( if not defined VPN_SERVICES ( set "VPN_SERVICES=!VPN_SERVICES!%%A" ) else (