Windows 10 CPU speed command

3

What is the command-line command I could use and get the CPU speed specifications? If there are options to also get other CPU specs I could use that too if someone could explain it to me.

Ebenezer Ivanhoe

Posted 2018-01-16T06:21:08.983

Reputation: 131

Answers

2

systeminfo command offers various system specifications along with cpu name and clock speed.

conquistador

Posted 2018-01-16T06:21:08.983

Reputation: 1 319

1

try wmic cpu at the command line or in PowerShell. I found this command most useful and readable: wmic cpu list full /format:hform You have to cut'n'paste the output into a text file and save it as an html document, then open it in your favorite web browser, but you can easily see and interpret the results. Here's a (partial) screen cap:

enter image description here

Ed Tittel

Posted 2018-01-16T06:21:08.983

Reputation: 75