Skip to content

Commit 2ed4954

Browse files
committed
fix(zapret): update zapret to v72.2, remove service entries from menu
1 parent baf24a5 commit 2ed4954

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

bin/winws/ip2net.exe

0 Bytes
Binary file not shown.

bin/winws/killall.exe

0 Bytes
Binary file not shown.

bin/winws/mdig.exe

0 Bytes
Binary file not shown.

bin/winws/winws.exe

3 KB
Binary file not shown.

bin/zapret-winws-kodx-control.cmd

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,12 @@ exit /b 0
380380
echo 1. Установка/Обновление службы │ Setup/Update service
381381
echo 2. Загрузка/Обновление списка сайтов │ Setup/Update russia blacklist
382382
echo 3. Пробный запуск в окне │ Test run in separate window
383-
echo 4. Запуск службы │ Start service
384-
echo 5. Остановка службы │ Stop service
385-
echo 6. Перезапуск службы │ Restart service
386-
echo 7. Удаление службы │ Delete service
387-
echo 8. Очистка от похожих программ │ Cleanup from similar programs
388-
echo 9. Выход │ Exit
383+
echo 4. Удаление службы │ Delete service
384+
echo 5. Очистка от похожих программ │ Cleanup from similar programs
385+
echo 6. Выход │ Exit
389386
echo.
390387
set op=
391-
choice /c 123456789 /n /m "Ваш выбор: │ Choose number: "
388+
choice /c 123456 /n /m "Ваш выбор: │ Choose number: "
392389
set op=%errorlevel%
393390

394391
if %op%==1 (
@@ -403,21 +400,12 @@ exit /b 0
403400
call :RunExe
404401
)
405402
if %op%==4 (
406-
call :ServiceStart %SRVNAME%
407-
)
408-
if %op%==5 (
409-
call :ServiceStop %SRVNAME%
410-
)
411-
if %op%==6 (
412-
call :ServiceRestart %SRVNAME%
413-
)
414-
if %op%==7 (
415403
call :ServiceCleanup %SRVNAME%
416404
)
417-
if %op%==8 (
405+
if %op%==5 (
418406
call :ServiceCleanupOthers
419407
)
420-
if %op%==9 (
408+
if %op%==6 (
421409
goto end
422410
)
423411
goto :MainMenu

0 commit comments

Comments
 (0)