Finding computer memory information with a command

4
Oct 2011

Finding computer memory information with a command

comment icon0 comment(s) |

Here is a handy command to find out computer memory details from a command prompt so you don't have to open up the computer.

Go to, Start, Run (or click the Windows Orb-Search on newer Windows versions), type in CMD, then in the command prompt enter:

wmic MEMORYCHIP get banklabel, devicelocator, capacity, caption, partnumber

Search