Registry redirection on 64-bit Windows

前端 未结 4 996
暗喜
暗喜 2021-01-20 16:47

I am running 64-bit Windows, and I want to create the registry key HKCU\\Software\\Classes\\Wow6432Node\\CLSID\\{myguid}\\InprocServer32 using C#.

What

4条回答
  •  不思量自难忘°
    2021-01-20 17:19

    Since you are targetting x86, simply using HKCU\Software\Classes\CLSID\{myguid}\InprocServer32 will work on all platforms.

提交回复
热议问题