How to find memory size or get system info

How to get information about system memory?

Open your commandline (cmd) and enter either of the following commands:

systeminfo | findstr /C:”Total Physical Memory”

or this one:

wmic memorychip list full