/windows_service

Service for lauching updater app

Primary LanguageC++The UnlicenseUnlicense

Windows service base

Base for writing Windows services in C++

Contains an example of a service that track user log ons/offs and locks/unlocks. Also serves as an example of getting user name under when the process is running under System account.

After cloning repo use git submodule update --init --recursive to fetch submodules files. Launch prepare_reproc.bat to prepare reproc project.