Reputation: 850
I am working on a security project (for educational purposes) for which I have compiled a list of services which SHOULD be on a computer. It then subdivides them into which ones should be disabled, manual, or automatic. Obviously, it's quite tedious to run services.msc and peruse the list manually, so I'd like to give it a shot in python. Unfortunately, I can't find a way to list all of the services on a computer using Python. Can anyone help me out?
Upvotes: 0
Views: 1149