Hello.
The help file is not clear on what HKLM64 exactly does.
1) Does it effect script compiled as 64bit or 32bit, or does it only affect on what OS it's being executed on?
2) if using 32bit script I want to write into HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\my_key on 64bit OS and HKEY_LOCAL_MACHINE\SOFTWARE\my_key on 32bit OS, what path do I use in my script? So far in my tests it doesn't matter what I use HKLM or HKLM64, it always writes into HKEY_LOCAL_MACHINE\SOFTWARE\my_key