C++ vs VbScript
I'm trying to get Memory information such as speed, bank locations, datawidth. ect.
VBScript WMI Class Snippet that makes this possible
Set MEMSet = GetObject("winmgmts:").InstancesOf("Win32_PhysicalMemory")
or read
Create a WMI Script (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/example__getting_wmi_data_from_the_local_computer.asp)

