An open API service indexing awesome lists of open source software.

https://github.com/synacker/windows_local_service

Simple windows local service example with events log
https://github.com/synacker/windows_local_service

Last synced: about 2 months ago
JSON representation

Simple windows local service example with events log

Awesome Lists containing this project

README

        

Windows local service sample
==========================================================================================

Sample windows of windows service run under [local service account](https://docs.microsoft.com/en-us/windows/win32/services/localservice-account) and with [manifest](https://docs.microsoft.com/en-us/windows/win32/etw/writing-manifest-based-events) for log.

How to execute:
=================
Run under user:

mkdir build_dir
cd build_dir
cmake build ..

Run under admin:

register_log.cmd
register_service.cmd
net start service_win