I'm trying to get the free memory of the Windows 7 64 Bit system via a CMD command.
How can I realize?
Thanks for help!
|
|
|
Have you looked at In case anyone else comes looking and doesn't usually look past the accepted answer, look below at the answer provided by MBu, using WMI.
|
|||||
|
|
You can get this value from WMI with use of wmic:
This is equal to reading Win32_OperatingSystem.FreePhysicalMemory. |
|||
|
|