Find Number of CPUs and Cores per CPU using Command Prompt

后端 未结 5 445
一向
一向 2021-01-31 15:24

I am trying to retrieve the Number of CPUs and Cores per CPU using Command Prompt. I have executed the following command:

wmic cpu get NumberOfCores, NumberOfLogic

5条回答
  •  清酒与你
    2021-01-31 16:00

    You can also enter msinfo32 into the command line.

    It will bring up all your system information. Then, in the find box, just enter processor and it will show you your cores and logical processors for each CPU. I found this way to be easiest.

提交回复
热议问题