PDA

View Full Version : Problem using Reg Read on Vista x64 for HKLM.


lviolette
06-29-2009, 07:17 PM
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.

kinook
06-30-2009, 10:20 AM
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/Manual/systemmacros.htm