mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-16 18:21:54 +00:00
winws: windows service support
This commit is contained in:
7
binaries/win64/zapret-winws/service_del.cmd
Normal file
7
binaries/win64/zapret-winws/service_del.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
call :srvdel winws1
|
||||
rem call :srvdel winws2
|
||||
goto :eof
|
||||
|
||||
:srvdel
|
||||
net stop %1
|
||||
sc delete %1
|
||||
Reference in New Issue
Block a user