Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

What brand of Memory Chip do I have installed?

Aug
1,917
68
Code:
ver

TCC  23.00.28 x64   Windows 7 [Version 6.1.7601]

The WMIC command can tell me what brand of Memory Chip that I have installed, along with other Memory Chip Information;
Code:
wmic MemoryChip

BankLabel  Capacity    Caption          CreationClassName     DataWidth  Description      DeviceLocator  FormFactor  HotSwappable  InstallDate  InterleaveDataDepth  InterleavePosition  Manufacturer  MemoryType  Model  Name             OtherIdentifyingInfo  PartNumber        PositionInRow  PoweredOn  Removable  Replaceable  SerialNumber  SKU  Speed  Status  Tag                TotalWidth  TypeDetail  Version
           4294967296  Physical Memory  Win32_PhysicalMemory  64         Physical Memory  DIMM3          8                                      2                    1                   Samsung       0                  Physical Memory                        M378B5273DH0-CK0  1                                                 63098E40           1600           Physical Memory 0  64          128                
           4294967296  Physical Memory  Win32_PhysicalMemory  64         Physical Memory  DIMM1          8                                      2                    1                   Samsung       0                  Physical Memory                        M378B5273DH0-CK0  1                                                 13F21D2F           1600           Physical Memory 1  64          128                
           4294967296  Physical Memory  Win32_PhysicalMemory  64         Physical Memory  DIMM4          8                                      2                    2                   Samsung       0                  Physical Memory                        M378B5273DH0-CK0  1                                                 63098E2D           1600           Physical Memory 2  64          128                
           4294967296  Physical Memory  Win32_PhysicalMemory  64         Physical Memory  DIMM2          8                                      2                    2                   Samsung       0                  Physical Memory                        M378B5273DH0-CK0  1                                                 13F21C6D           1600           Physical Memory 3  64          128

Joe
 
Last edited:
Back
Top