windows命令行查看cpu和內存信息

1.win + R,輸入cmd;

在這裏插入圖片描述

2.打開的窗口輸入:

wmic

3.查看cpu信息和內存信息:

C:\Users\admin>wmic
wmic:root\cli>memorychip
Attributes  BankLabel  Capacity    Caption   ConfiguredClockSpeed  ConfiguredVoltage  CreationClassName     DataWidth  Description  DeviceLocator  FormFactor  HotSwappable  InstallDate  InterleaveDataDepth  InterleavePosition  Manufacturer  MaxVoltage  MemoryType  MinVoltage  Model  Name      OtherIdentifyingInfo  PartNumber        PositionInRow  PoweredOn  Removable  Replaceable  SerialNumber  SKU  SMBIOSMemoryType  Speed  Status  Tag                TotalWidth  TypeDetail  Version
1                      8589934592  物理內存  2666                  1200               Win32_PhysicalMemory  64         物理內存     DIMM1          8                                      0                    0                   80AD000080AD  0           0           0                  物理內存                        HMA81GU6CJR8N-VK  1                                                 724BE5EF           26                2666           Physical Memory 0  64          128

wmic:root\cli>memorychip
Attributes  BankLabel  Capacity    Caption   ConfiguredClockSpeed  ConfiguredVoltage  CreationClassName     DataWidth  Description  DeviceLocator  FormFactor  HotSwappable  InstallDate  InterleaveDataDepth  InterleavePosition  Manufacturer  MaxVoltage  MemoryType  MinVoltage  Model  Name      OtherIdentifyingInfo  PartNumber        PositionInRow  PoweredOn  Removable  Replaceable  SerialNumber  SKU  SMBIOSMemoryType  Speed  Status  Tag                TotalWidth  TypeDetail  Version
1                      8589934592  物理內存  2666                  1200               Win32_PhysicalMemory  64         物理內存     DIMM1          8                                      0                    0                   80AD000080AD  0           0           0                  物理內存                        HMA81GU6CJR8N-VK  1                                                 724BE5EF           26                2666           Physical Memory 0  64          128

wmic:root\cli>cpu get
AddressWidth  Architecture  AssetTag  Availability  Caption                                 Characteristics  ConfigManagerErrorCode  ConfigManagerUserConfig  CpuStatus  CreationClassName  CurrentClockSpeed  CurrentVoltage  DataWidth  Description                             DeviceID  ErrorCleared  ErrorDescription  ExtClock  Family  InstallDate  L2CacheSize  L2CacheSpeed  L3CacheSize  L3CacheSpeed  LastErrorCode  Level  LoadPercentage  Manufacturer  MaxClockSpeed  Name                                     NumberOfCores  NumberOfEnabledCore  NumberOfLogicalProcessors  OtherFamilyDescription  PartNumber  PNPDeviceID  PowerManagementCapabilities  PowerManagementSupported  ProcessorId       ProcessorType  Revision  Role  SecondLevelAddressTranslationExtensions  SerialNumber  SocketDesignation  Status  StatusInfo  Stepping  SystemCreationClassName  SystemName       ThreadCount  UniqueId  UpgradeMethod  Version  VirtualizationFirmwareEnabled  VMMonitorModeExtensions  VoltageCaps
64            9                       3             Intel64 Family 6 Model 158 Stepping 10  236                                                               1          Win32_Processor    3000               9               64         Intel64 Family 6 Model 158 Stepping 10  CPU0                                      100       205                  1536                       9216         0                            6      10              GenuineIntel  3000           Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz  6              6                    6                                                                                                        FALSE                     BFEBFBFF000906EA  3                        CPU   TRUE                                                   U3E1               OK      3                     Win32_ComputerSystem     DESKTOP-CEJ376C  6                      1                       TRUE                           TRUE

wmic:root\cli>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章