Processor Speed - Command Line

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

Guest

I'm looking for a command line utility that returns ONLY processor
speed....nothing else fancy, just clockspeed. I would like to be able to use
this in a script or something like:
$clockspeed=clockspeed.exe
then $clockspeed will be "2798" or whatever MHz my processor has.

Does XP have any built-in command line functions that do this, or anybody
know where i can find one?

Thanks,
Jason Ryon
 
Use the WMI Commandline tool

This is the comand line you need to use

wmic cpu get CurrentClockSpeed

Regards
Mark Dormer
 

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

Back
Top