Get System Memory Details from a Command Prompt

Wow, learn something new every day. Need to match memory to what is already installed on your system? This article lists wmic commands for getting details from an administrative command prompt.

This covers most of what you might want to know:

wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor

To get all the details:

wmic memorychip list full

Awesome.

Leave a Reply

Your email address will not be published. Required fields are marked *

Notify me of followup comments via e-mail. You can also subscribe without commenting.