From 81cf594ae48621242f87b6c09350884f8fb05a93 Mon Sep 17 00:00:00 2001 From: Flowseal <50780822+Flowseal@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:48:31 +0300 Subject: [PATCH] Removed message on service installing As we can't guarantee that services were launched successfully --- service_install.bat | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/service_install.bat b/service_install.bat index 122284d..29cc13c 100644 --- a/service_install.bat +++ b/service_install.bat @@ -118,7 +118,5 @@ sc create %SRVCNAME% binPath= "\"%BIN_PATH%winws.exe\" %ARGS%" DisplayName= "zap sc description %SRVCNAME% "Zapret DPI bypass software" sc start %SRVCNAME% -echo Service launched! - pause -endlocal \ No newline at end of file +endlocal