You can also get this from the sc.exe command - start from sc <machinename>
query to get the list of services, then follow that up to get the start
name. It's also a fairly easy C programming project - open the service
control manager, enumerate the services, then see which are running as
something ...
query to get the list of services, then follow that up to get the start
name. It's also a fairly easy C programming project - open the service
control manager, enumerate the services, then see which are running as
something ...
[ more ]