How to determine if the memory is ECC or Non-ECC.

How to determine if the memory is ECC or Non-ECC in my system.

Type from windows command prompt (As a admin)

C:\Windows\system\wmic MEMORYCHIP get DataWidth,TotalWidth

//ECC Memory
DataWidth  TotalWidth
64         72

//Non-ECC Memory
DataWidth  TotalWidth
64         64

Leave a Reply