C# reads wrong registry data on 64-bit OS

后端 未结 3 1750
遇见更好的自我
遇见更好的自我 2021-01-04 11:54

I\'m working on a 64-bit Windows and my applicaiton runs with elevated privileges. I have a problem with the following very simple piece of code:

myKey = Reg         


        
3条回答
  •  孤独总比滥情好
    2021-01-04 12:32

    This is a duplicate of another article. Here is some information that should help.

    How to read the 64 bit registry from a 32 bit application or vice versa

提交回复
热议问题