Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 218 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 218 Bytes

Windows Service in Python

How To Build the service

 pyinstaller -F --hidden-import=win32timezone WindowsService.py

How To install the service

.\dist\WindowsService.exe --startup auto install