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:

How To: Consume COM server in Common Lisp

How To: Consume COM server in Common Lisp Goal: Simple example to consume COM server/object using Common Lisp Version info: - OS: Win...