This doesn't answer the original question, but might help other people that want to automatically start a Python script at Windows startup:Have a look at the Windows Task Scheduler instead, it is way easier if you just want to start a script after boot without all the service functionality of a Windows Service.