I am new using WMI. What is it?
Can I use WMI call in C# for example to get list of drivers on my PC? If so, which class do I call?
I am new using WMI. What is it?
Can I use WMI call in C# for example to get list of drivers on my PC? If so, which class do I call?
To list the installed drivers you can use the
Win32_PnPSignedDriver
WMI class as is show on this sample.Also if you are new in the WMI topic you can use a tool like the
WMI Delphi Code Creator
to explore the WMI contents and generate code to access the WMI.