Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosajhpled/c7a7d7007b0035c56dcdaf8eeb7ae583 to your computer and use it in GitHub Desktop.
Save nosajhpled/c7a7d7007b0035c56dcdaf8eeb7ae583 to your computer and use it in GitHub Desktop.
Getting CPU information from the command line [Windows]
Here is an easy way to get CPU information from the command line:
wmic cpu get /format:list
Below is examples of some of the information provided from the command:
Description
L2 Cache
L3 Cache
Max Clock Speed
Name
Number of Cores
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment