How to Program the Offline Form of Resolving Memory Scanner

I like the memory scanner you can get from critical ( http://www.crucial.com/systemscanner/index.aspx ) however it only works with an online computer.

I would like to be able to do as much of what he does as possible, but off-line.

I would like enough information to be able to transfer this information to another online computer and use that to order a memory upgrade.

I would like to program this with minimal assumptions about what is on the target computer.

My language of choice will be C ++.

(C # is my current favorite language, but it would require a .NET framework, which is too presumed for me.)

+1


source to share


1 answer


WMI (in the root namespace \ cimv2) contains the Win32_MemoryArray, Win32_MemoryDevice, Win32_MemoryDeviceArray, Win32_PhysicalMemory, and Win32_PhysicalMemoryArray classes (and a few others). This can help.



+1


source







All Articles