Retrieving file installation path from registry

后端 未结 3 1716
谎友^
谎友^ 2021-01-18 14:44

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

3条回答
  •  滥情空心
    2021-01-18 15:11

    To read registry keys you should use Microsot.Windows.RegistryKey class, class Registry can open for you the RegistryKey.

提交回复
热议问题