Pywin32 Windows Service Script Not Connecting with Main Function and Service Unable To Finish Starting?
I’m working on a python app that, among other things, works to block common RCA applications. Because I want it to be able to run on start up and in the background, I figured the best way was to make it into a Windows Service. I know you can do things manually, like schedule the task via task manager, but I want it to run without that user involvement, so I decided to use pywin32.