Merge pull request #418 from burnedoutman/main

fix service name in service_install.bat
This commit is contained in:
Flowseal 2024-10-26 03:19:25 +03:00 committed by GitHub
commit b39ac56e47
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