How to find CPU cores in WINDOWS

How to find CPU cores in WINDOWS


Open command prompt and execute below commands.

WMIC CPU Get NumberOfCores

More details as

WMIC CPU Get DeviceID,NumberOfCores,NumberOfLogicalProcessors

Complete details as

WMIC CPU Get /Format:List

Share this

Related Posts

Previous
Next Post »