首页 > 代码库 > VirtualBox创建VM结果ProcessorType是空的
VirtualBox创建VM结果ProcessorType是空的
用WMI来查询CPU的频率,一直没问题:
"Select MaxClockSpeed From Win32_Processor Where ProcessorType = 3"
结果今天在一台虚拟机上发现无法查询了,于是乎在Powershell里查询了一下
Get-WmiObject –Class Win32_Processor
看看,ProcessorType是空的,Σ( ° △ °|||)︴
坑爹啊,VMWare创建的就没问题,ProcessorType是3.
ProcessorType
- Data type: uint16
- Access type: Read-only
Primary function of the processor.
Value Meaning
- 1 (0x1) Other
- 2 (0x2) Unknown
- 3 (0x3) Central Processor
- 4 (0x4) Math Processor
- 5 (0x5) DSP Processor
- 6 (0x6) Video Processor
参考资料:
http://msdn.microsoft.com/en-us/library/aa394373(v=vs.85).aspx
VirtualBox创建VM结果ProcessorType是空的
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。