How to get CPU's model number like Core i7-860 on Windows?

前端 未结 7 1854
傲寒
傲寒 2021-02-15 18:08

There are many kinds of i7 CPU models as follows:

http://en.wikipedia.org/wiki/List_of_Intel_Core_i7_microprocessors#Desktop_processors

相关标签:
7条回答
  • 2021-02-15 19:10

    open Windows PowerShell, type the following:

     > gwmi -query "SELECT Name FROM Win32_Processor"
    
    Name       : Intel (R) Cor.....i7-2670QM CPU @2.20GHz
    
    0 讨论(0)
提交回复
热议问题