Open x64 'SOFTWARE' registry key 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
20:42 UTC
Read the original article
Hit count: 157
I am trying to read the 64-bit HKLM\SOFTWARE
registry key from a 32-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