Windows 7 Forums


Reply
Thread Tools

wmi namespace

 
 
capitan
Guest
Posts: n/a
Thanked:
 
      12-28-2011
What is the correct wmi namespace and class to query for info on memory
in the computer (how many slots and front side bus/memory speed)?

Also, which wmi namespace and class to query for info on the type of
slot the video card is installed in?

Thanks.
 
Reply With Quote
 
 
 
 
Char Jackson
Guest
Posts: n/a
Thanked:
 
      12-28-2011
On Wed, 28 Dec 2011 15:09:30 -0600, capitan <> wrote:

>What is the correct wmi namespace and class to query for info on memory
>in the computer (how many slots and front side bus/memory speed)?
>
>Also, which wmi namespace and class to query for info on the type of
>slot the video card is installed in?


I can't answer your questions. I always wimp out and just use the free
Belarc Advisor. It works a treat, as the kids say.

--

Char Jackson
 
Reply With Quote
 
Joe Morris
Guest
Posts: n/a
Thanked:
 
      12-29-2011
"capitan" <> wrote:

> What is the correct wmi namespace and class to query for info on memory in
> the computer (how many slots and front side bus/memory speed)?


memorychip


> Also, which wmi namespace and class to query for info on the type of slot
> the video card is installed in?


I don't think it's exactly what you're looking for, but try "systemslot" -
then use that as a starting point to see where you can find the other parts
of the info. You may need to enumerate both the PnP devices and the slots
to find a match. (I've never needed that info so I've not looked into it
closely.)

You can see the exposed data with the commands

wmic memorychip get * /value
wmic systemslot get * /value

Joe Morris


 
Reply With Quote
 
capitan
Guest
Posts: n/a
Thanked:
 
      12-29-2011
On 12/28/2011 9:42 PM, Joe Morris wrote:
> "capitan"<> wrote:
>
>> What is the correct wmi namespace and class to query for info on memory in
>> the computer (how many slots and front side bus/memory speed)?

>
> memorychip
>
>
>> Also, which wmi namespace and class to query for info on the type of slot
>> the video card is installed in?

>
> I don't think it's exactly what you're looking for, but try "systemslot" -
> then use that as a starting point to see where you can find the other parts
> of the info. You may need to enumerate both the PnP devices and the slots
> to find a match. (I've never needed that info so I've not looked into it
> closely.)
>
> You can see the exposed data with the commands
>
> wmic memorychip get * /value
> wmic systemslot get * /value
>
> Joe Morris
>
>


Wonderful, thank you for your help Joe!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 04:08 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33