How can I retrieve list of running services...

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?
 
P

Peter

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top