#1
|
|||
|
|||
Reading registry key on Win7 x64
I'm reading some string from the registry like this:
Code:
%REG_READ("HKEY_LOCAL_MACHINE\SOFTWARE\Manufacturer\ProgramName\InstallPath")% However, VBP7 being a 32-bit app, accessing the registry will automatically access the corresponding keys within Wow6432Node. Is there a way around this? |
Tags |
registry , reg_read , wow6432node , x64 |
|
|