There are many kinds of i7 CPU models as follows:
http://en.wikipedia.org/wiki/List_of_Intel_Core_i7_microprocessors#Desktop_processors
How to know which version I am using on Windows?
There are many kinds of i7 CPU models as follows:
http://en.wikipedia.org/wiki/List_of_Intel_Core_i7_microprocessors#Desktop_processors
How to know which version I am using on Windows?
Windows Key + R will open the run command
Type
CMD
and pressType
wmic CPU get NAME
and enterFor me it gives :
Where the 920 is what I think your looking for...
If its not, if you just type
wmic CPU
and press enter it will give you all the information about the processor in a hard to read fashion...But then you can type
wmic CPU get (whatever entry interests you)
to get just that one.Good Luck
CPU-Z (freeware) can give you this information.
Use the 'wmic' tool on the shell:
Please note: In some relatively rare case you might see access restrictions to those value.
The easiest way is just to open "Start" -> "Computer" -> "System Properties"
Open up "System Information" by
Then once in "System Information" open:
On the right will be the "Processor", this will give you the full description of your CPU.
You can check the
Name
Property of theWin32_Processor
WMI classTry this C# sample