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:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...