Writing to registry in a C# application

前端 未结 5 1018
离开以前
离开以前 2020-12-04 14:17

I\'m trying to write to the registry using my C# app.

I\'m using the answer given here: Writing values to the registry with C#

However for some reason the ke

5条回答
  •  长情又很酷
    2020-12-04 14:47

    Try to open HKLM\Software first. Then create key for your program, and then create key for version. Howewer, your key could be placed at HKLM\software\WOW6432Node. Check this.

提交回复
热议问题