I need to get the CPU speed in Cpu tab in Task manager i.e at What Frequency CPU is running? . How Can I get that speed using command prompt?
Asked
Active
Viewed 3,523 times
0
-
http://www.windows-commandline.com/get-cpu-processor-information-command/ – maxpovver Aug 28 '15 at 04:18
-
2You can get max cpu frequency using ```wmic cpu get MaxClockSpeed``` – Chris Seufert Aug 28 '15 at 04:21