Tag Archives: linq

Check if a service is installed with ServiceController using LINQ

If you want to check if a specific NT Service is installed you will need to use the ServiceController class (from System.ServiceProcess). The first problem you will encounter is that the ServiceController has no static method, that would return a … Continue reading

Posted in Articles | Tagged , | Leave a comment