Skip to content

Geb101/EmptyWinService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Пустая сужба "Windows"

Из основных функций этой службы это:

  1. Логировать события службы в "Просмотр Событий"

    image

  2. Устанавливать, запусукать, останавливать и удалять через терминал

Установка службы:

  1. Вам нужен Python3:

    winget install -e --id Python.Python.3.9

  2. Устанвока библеотек для работы со службой:

    pip install pywin32

  3. Для установки службы:

    python WinService.py install

  4. Для запуска:

    python WinService.py start

  5. Для остановки:

    python WinService.py stop

  6. Что бы удалить службу:

    python WinService.py remove

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages