S
Scott McNair
I'm trying to find a way to write/read to/from HKLM\SOFTWARE\Wow6432Node
\xxx when I'm on a 64-bit machine, and to/from HKLM\SOFTWARE\xxx when on a
regular 32-bit machine. So far all the code snippets I've found write
directly to HKLM\SOFTWARE\xxx regardless of the machine architecture.
Is there a piece of code you could show me that would be able to determine
on the fly what architecture it's using, so that it accesses the proper
hive/sub-key?
Regards,
Scott
\xxx when I'm on a 64-bit machine, and to/from HKLM\SOFTWARE\xxx when on a
regular 32-bit machine. So far all the code snippets I've found write
directly to HKLM\SOFTWARE\xxx regardless of the machine architecture.
Is there a piece of code you could show me that would be able to determine
on the fly what architecture it's using, so that it accesses the proper
hive/sub-key?
Regards,
Scott