Saturday, June 16, 2018

How to check if memory is non-ECC in Windows from the command line

c:\> wmic memphysical get memoryerrorcorrection

Return ValueMeaning
3Non-ECC

References:

Keywords: Memory, ECC, Non-ECC

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...