Often you need to check the memory chip used on your machine. This how you can check the memory chip with the command line.
Command Prompt
wmic MEMORYCHIP

Windows PowerShell
Get-CimInstance -ClassName Win32_PhysicalMemory -Property *

Just another Abi Mulia site

Often you need to check the memory chip used on your machine. This how you can check the memory chip with the command line.
Command Prompt
wmic MEMORYCHIP

Windows PowerShell
Get-CimInstance -ClassName Win32_PhysicalMemory -Property *
