Friday, May 29, 2015

How to determine number of cores on a windows 7 machine

In a command window (e.g. press start button, in the "Search program and files" text
entry at the bottom of the menu type "cmd ".  It should bring up a command window)
 
 
 
WMIC CPU Get /Format:List
 
Look for the words:
NumberOfCores and NumberOfLogicalProcessors 

No comments:

Post a Comment