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
- Host: GitHub
- URL: https://github.com/synacker/windows_local_service
- Owner: synacker
- Created: 2019-11-04T18:05:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T13:41:35.000Z (over 5 years ago)
- Last Synced: 2025-02-14T14:51:34.579Z (3 months ago)
- Language: Roff
- Size: 48.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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