From 2588cae778f695ee341f3659a3721a8562c16393 Mon Sep 17 00:00:00 2001 From: burnedoutman <97279475+burnedoutman@users.noreply.github.com> Date: Sat, 26 Oct 2024 04:40:21 +0700 Subject: [PATCH] fix service name service_install.bat --- service_install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service_install.bat b/service_install.bat index 2b3ed4c..0f02725 100644 --- a/service_install.bat +++ b/service_install.bat @@ -112,8 +112,8 @@ set SRVCNAME=zapret net stop %SRVCNAME% sc delete %SRVCNAME% -sc create %SRVCNAME% binPath= "\"%BIN_PATH%winws.exe\" %ARGS%" DisplayName= "zpret" start= auto +sc create %SRVCNAME% binPath= "\"%BIN_PATH%winws.exe\" %ARGS%" DisplayName= "zapret" start= auto sc description %SRVCNAME% "zapret DPI bypass software" sc start %SRVCNAME% -pause \ No newline at end of file +pause