0

How I can read DWORDregistry value in 64 bit machine?

Filburt
  • 17,626
  • 12
  • 64
  • 115
John
  • 703
  • 7
  • 18
  • 37

1 Answers1

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