Forum Discussion
HKosova
Alumni
12 years agoHi Howie,
You can use the WMI StdRegProv class. Check out these VBScript examples:
WMI Tasks: Registry
Note that on 64-bit Windows, you need to use the __ProviderArchitecture flag to specify whether you want to access the 32-bit or 64-bit registry:
Requesting WMI Data on a 64-bit Platform
You can use the WMI StdRegProv class. Check out these VBScript examples:
WMI Tasks: Registry
Note that on 64-bit Windows, you need to use the __ProviderArchitecture flag to specify whether you want to access the 32-bit or 64-bit registry:
Requesting WMI Data on a 64-bit Platform