I just wanted to know if Windows Management Instrumentation uses it's own functions to get the data or is is using the Registry database.
|
feedback
|
|
WMI isn't really anything to do with or related to the registry. It is simply a way to manipulate and manage Windows machines both locally and over the network - this includes registry tasks, but it also includes a lot more. Here is the official guide about WMI from Microsoft.
| |||
|
feedback
|
|
Some WMI providers use the database, others use performance counters, and others are different. An example of the first are WMI classes that provide hardware configuration information (and, of course, the To an extent answering this question is a guess (e.g. the Windows driver database, as used to boot Windows, is in the registry so that is the ultimate source for that information, so presumably WMI uses that). A definitive answer would requiring knowing the implementation of the WMI provider in question. | |||
|
feedback
|
