如何在Windows系统下使用命令查看CPU参数
适用机型:台式 / ThinkCentre / 笔记本 / ThinkPad
知识编号:4385132026-03-02
如何在Windows系统下使用命令查看CPU参数
操作步骤:
1、Win+X或按下windows键,终端管理员

2、输入:
Get-WmiObject Win32_Processor|Format-ListName,Manufacturer,Architecture,MaxClockSpeed,NumberOfCores,NumberOfLogicalProcessors
会列出CPU基本信息,如图所示:
Ps:若系统添加了WMIC功能还可以使用该命令:
Wmic cpu get Name,Caption,DeviceID,Manufacturer,MaxClockSpeed,DataWidth



















