如何查看电脑内存的各种参数

1、电脑不使用任何外带工具查看内存的参数。

1.1、运行中输入"CMD"。

1.2、在命令提示窗口中输入"wmic"并回车。接着输入"memorychip"回车。然后拖动窗口中的水平滚动条基于可以查看需要的信息了。

2、内存条参数说明

类型 参数 含义

uint64 Capacity 获取内存容量(单位KB)

string Caption 物理内存还虚拟内存

uint32 ConfiguredClockSpeed 配置时钟速度

uint32 ConfiguredVoltage 配置电压

string CreationClassName 创建类名(就是更换这个类的名字)

uint16 DataWidth 获取内存带宽

string Description 描述更Caption一样

string DeviceLocator 获取设备定位器

uint16 FormFactor 构成因素

boolean HotSwappable 是否支持热插拔

datetime InstallDate 安装日期(无值)

uint16 InterleaveDataDepth 数据交错深度

uint32 InterleavePosition 交错的位置

string Manufacturer 生产商

uint32 MaxVoltage 最大电压

uint16 MemoryType 内存类型

uint32 MinVoltage 最小电压

string Model 型号

string Name 名字

string OtherIdentifyingInfo 其他识别信息

string PartNumber 零件编号

uint32 PositionInRow 行位置

boolean PoweredOn 是否接通电源

boolean Removable 是否可拆卸

boolean Replaceable 是否可更换

string SerialNumber 编号

string SKU SKU号

uint32 SMBIOSMemoryType SMBIOS内存类型

uint32 Speed 速率

string Status 状态

string Tag 唯一标识符的物理存储器

uint16 TotalWidth 总宽

uint16 TypeDetail 类型详细信息

string Version 版本信息

3、如何查看电脑具有几个插卡槽

3.1、查看任务管理器------>点击"性能"------->点击"内存"。可以看到有个已使用的插槽。