How can I retrieve list of running services...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm searching for a way to retrieve a remote list of running services. I know
the SC command, but is it possible to list each services with the current CPU
usage with it?
 
I'm searching for a way to retrieve a remote list of running services. I
know
the SC command, but is it possible to list each services with the current
CPU
usage with it?

SC queryex .... will give you a PID. Using PID you can find process CPU
usage.
You may need to script it a bit...
 
Back
Top