0
votes
WMI Tasks using Delphi – Registry
The Road to Delphi
– How do I read registry key values using WMI? Use the StdRegProv class, located in root\default (for Windows Server 2003, Windows XP, Windows 2000, Windows NT 4.0) and root\cimv2 namespace for newers versions of Windows . You cannot get any instances of this class because the System Registry Provider is a method and event provider only. However, you can get registry data through methods such as EnumKey or EnumValue. The Win32_Registry, located in root\cimv2 namespace, gets data about the registry as a whole, such as how large it is. var FSWbemLocator : OLEVariant; FWMIService : ...
Statistics
|
Visits by Source |
User Actions |




