😶1. How can I see how many CPUs my computer has in Windows 7?
- Just run this in the command prompt:
WMIC CPU Get DeviceID,NumberOfCores,NumberOfLogicalProcessors
- Or if you're lazy, just type:
WMIC CPU Get /Format:List
- and look for entries with the names NumberOfCores and NumberOfLogicalProcessors;