Hope this thread is in the right forum category.
Using C#, I have used the ServiceController class to list all services. However, I want to exclude the Microsoft services from the list.
The ServiceType().ToString() method only shows two types: Win32ShareProcess and Win32OwnProcess.
Any ideas how toidentify microsoft services, so I can exclude the from the list?
This may be a complicated process and I am not necessarily looking for a complete answer, just some guidance on where to look.
Any suggestions?
Jamie
