How to programatically check Windows services properties
You probably know how to check the properties of Windows services ( through Control Panel -> Administrative tools->Services). But sometimes you might need to check that programatically, especially if you are writing software that depends on a whether a particular value has been set on a Window service. So how do you do that? Read on.
