how to retrieve memory type ( rdimm or udimm)?
问题 is there a way to know if installed memory is Registered DIMM or Unregistered DIMM ? the win32_physicalMemory doesn't seem to provide this info ? you can find more info about udimm rdimm here EDIT : the solution provided by @C.B doesnt work either 回答1: The first idea is using WMI Win32_PhysicalMemory and test if TotalWidth (bit count including check bits) is greater than DataWidth (bit count excluding check bits). gwmi Win32_PhysicalMemory | select totalwidth, datawidth, banklabel | % { if (