32bit application access to 64bit registry

青春壹個敷衍的年華 提交于 2019-12-04 21:22:32

Check out MSDN for details on how to access the exact hive you want

The KEY_WOW64_64KEY and KEY_WOW64_32KEY flags enable explicit access to the 64-bit registry view and the 32-bit view, respectively.

Take a look at this article on MSDN for Accessing an Alternate Registry View. This should provide a way to modify the 64bit key from a 32bit process, but you will need to write code wither in C or C# (or do it through WMI).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!