mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-04-16 02:01:28 -07:00
Merge pull request #418 from burnedoutman/main
fix service name in service_install.bat
This commit is contained in:
commit
b39ac56e47
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user