How to get the Memory Frequency and Memory Manufacturer

(imported topic written by go4u)

How to get the Memory Frequency and Memory Manufacturer

i use

selects ("* from WIN32_physicalmemory") of WMI

the values of "

string values of selects (“Manufacturer from WIN32_physicalmemory”) of WMI

string values of selects (“Speed from WIN32_physicalmemory”) of WMI

" are both null on my notebook and my pc

So instead of using wmi,is there another way to find the information

PS:the tool CPU-z can give the information

(imported comment written by BenKus)

Hi go4u,

The wmi expressions that you included work fine on my system. I believe it is up to the manufacturer to implement the WMI classes and so if it doesn’t work, it might work on other system types.

Your best bet here:

  1. Try the wmi query on more computers and see if it gives you what you want on most of your systems.

  2. If you have a tool that you can run that will spit out info to stdout, you can run an action to write the info to a text file and then use a BigFix property to return the data from the text file.

Ben