There are several ways you can find out how much memory installed in the computer. The one I like is using WMIC command:
This is the easiest way, you just need to open control panel and click system.
systeminfo | findstr /C:"Total Physical Memory"
1. Using WMIC commands
From command prompt type wmic memorychip get banklabel,devicelocator,capacity,speed
With this command, you can get very specific information like how many BANK used by your memory, how much the capacity and what speed the RAM is.
2. Using system from control panel
This is the easiest way, you just need to open control panel and click system.
3. Using systeminfo command
Systeminfo will give more than memory information, it will include OS, model, install date. However if you want to get only memory capacity but not other information use this command:systeminfo | findstr /C:"Total Physical Memory"
How to Check How Much RAM Do I Have
Reviewed by Yunar Winardi
on
May 19, 2018
Rating:
No comments: