fix service name service_install.bat

This commit is contained in:
burnedoutman 2024-10-26 04:40:21 +07:00 committed by GitHub
parent 65867a16a3
commit 2588cae778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,8 +112,8 @@ set SRVCNAME=zapret
net stop %SRVCNAME% net stop %SRVCNAME%
sc delete %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 description %SRVCNAME% "zapret DPI bypass software"
sc start %SRVCNAME% sc start %SRVCNAME%
pause pause