I am creating a WPF utility which needs to access the registry of the local machine, to then find out the installation path of the program.
I\'ve navigated to the ke
To read registry keys you should use Microsot.Windows.RegistryKey class, class Registry can open for you the RegistryKey.