
1
views
views
Random access memory (RAM) is the best known form of computer memory. RAM is considered "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell.
Command Line
Open the command prompt but typing "CMD" in the search bar.
Run the command line wmic MEMORYCHIP get BankLabel,DeviceLocator,Capacity,Tag.
Wait for the results. The Command Prompt should say the size of the memory and what bay it is in.
Expanded Text Form
To make the console print the details in much greater detail and in a text file run >wmic MEMORYCHIP get >data.txt>start data.txt in the Command Line.
Read the results. The details of the command line will now be printed into a text file.
Windows 7 Graphic User Interface
Navigate to your computer icon either in a file browser or on your desktop.
Right click the computer to bring up the context menu.
Click Properties.
Look over the properties page. In the system section you can see next to Installed Memory (RAM) the amount of ram your computer has.
Comments
0 comment