How I can read DWORD
registry value in 64 bit machine?
Asked
Active
Viewed 567 times
1 Answers
0
Use the StdRegProv.GetDWORDValue
method.
To specify whether to read this value from the 32-bit or 64-bit registry hive, you can use the __ProviderArchitecture
flag, as explained in this article: Requesting WMI Data on a 64-bit Platform.

Helen
- 87,344
- 17
- 243
- 314