I needed to determine the amount of memory currently in a PC running the Windows 10 operating system and how much more memory could be added to the system in order to improve its performance. To determine how much memory could be added, since it was a custom-built PC, I needed to determine the motherboard in the system. I didn't want to disconnect every device attached to it and open it up, so an option is to use Windows Management Instrumentation Command-line (WMIC) commands to determine the motherboard manufacturer and model number. You can also use WMIC commands to obtain details about the memory already in a system.
[ More Info ]