Wednesday, October 18, 2017

How to check get your Processors (CPU) Name, Type and compare performance to other CPUs

Run the following single line command in a normal CMD Window


powershell Get-WmiObject Win32_Processor

Results

Caption           : Intel64 Family 6 Model 42 Stepping 7
DeviceID          : CPU0
Manufacturer      : GenuineIntel
MaxClockSpeed     : 2401
Name              : Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
SocketDesignation : CPU


To compare your CPU performance results

https://www.cpubenchmark.net/cpu.php?cpu="Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz"

or 

Cut and paste this into Google Search, using your CPU Name

site:https://www.cpubenchmark.net/ "Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz"

No comments:

Post a Comment