Y
Yankee Imperialist Dog
is there a way to get a list of all services that exist on a pc/server?
knowing the name it's easy to get a reference
ServiceController sc = new ServiceController("A Service Installed Here");
but i'd like to get a list of all services.
Thanks
knowing the name it's easy to get a reference
ServiceController sc = new ServiceController("A Service Installed Here");
but i'd like to get a list of all services.
Thanks