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?
Peter - 24 May 2006 13:52 GMT
> 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...