How to read the 64 bit registry from a 32 bit application or vice versa | Rhyous
Instructions for getting registry values from either the 32 bit or 64 bit registry hive using C#. ... using System; using System.Runtime.InteropServices; using System.Text; namespace Read64bitRegistryFrom32bitApp { class Program { static void Main(string ...