blah blah blah is here! blah blah » Close

0
votes
1 answers

A good "guide" for understanding WMI?

I'm trying to use WMI from within an application to gather detailed information about devices attached to the system. For example, I was able to come up with the following code to enumerate all connected USB storage devices: [code] ...

Feedback