Skip to content

Instantly share code, notes, and snippets.

@mael
Last active August 28, 2015 06:18
Show Gist options
  • Save mael/cb8b90312e116ffa91f7 to your computer and use it in GitHub Desktop.
Save mael/cb8b90312e116ffa91f7 to your computer and use it in GitHub Desktop.
Command windows to find out the information about your memory
Open CMD:
> wmic MemoryChip get BankLabel, Capacity, MemoryType, TypeDetail, Speed
Here is a complete list of information: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394347%28v=vs.85%29.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment