PyQt5: Get Windows Service with Start/Stop Compliant Status

I do some learning in python GUI programming in PyQt5 a few weeks ago to do some useful utility tools. And, here is my very first application to check windows services compliant check based on service status and startup type. I have compile as single windows executable with pyinstaller with the following command.

pyinstaller.exe –onefile -i=’.\winservice.ico’ .\get-Windows_Service_Explorer_v1.0.py –noconsole

Or alternatively you can download the windows executable from here.

Preview Screenshot

Leave a Reply

Your email address will not be published. Required fields are marked *