Open x86 'SOFTWARE' registry key on an x64 machine in C#

Posted by Lance May on Stack Overflow See other posts from Stack Overflow or by Lance May
Published on 2010-06-14T19:25:42Z Indexed on 2010/06/14 19:42 UTC
Read the original article Hit count: 135

Filed under:
|
|
|

I am trying to read the 32-bit HKLM\SOFTWARE registry key from a 64-bit (C#) application. This, of course, keeps redirecting my view to HKLM\SOFTWARE\Wow6432Node.

According to what I've found this is doable, but I can't seem to find a .NET example anywhere. I just need to read; not write. Anyone ran across this before?

© Stack Overflow or respective owner

Related posts about c#

Related posts about registry