#1
|
|||
|
|||
Problem using Reg Read on Vista x64 for HKLM.
Using process monitor, I discovered that the Read Registry action requests to open the registry with "ALL ACCESS" instead of "READ ACCESS". Any reason for this?
I need to read a value out of HKLM but right now it won't let me unless I run VisBuildPro as an adiministrator. |
#2
|
|||
|
|||
That is a bug, which will be fixed in the next release. For now, you can use the REG_READ system macro instead.
http://www.kinook.com/VisBuildPro/Ma...stemmacros.htm |
|
|