Page 1 of 1

RegistryWrite Action in Win x64

Posted: Thu Oct 30, 2014 2:31 am
by AsleyCruz
Hi guys!
When I use the action > RegistryWrite "HKEY_LOCAL_MACHINE" < the registry show this:

- HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows...

But I want this string without > Wow6432Node < because the action doesnt work with this direction.

The correct string would be:

- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows...

How can I do this without change my OS to 32Bits? I have tried with plugins, but the same I get.

Many thanks in advanced.... hugs ;)

Re: RegistryWrite Action in Win x64

Posted: Thu Oct 30, 2014 2:44 am
by dec
Hello,

Probably this is how Microsoft Windows maintain the registry keys in 64 bits environments. In other words, you cannot do nothing about (if I am not wrong) because Windows is the ultimate responsible to finally choose the appropiate registry path for your application keys.
But I want this string without > Wow6432Node < because the action doesnt work with this direction.
What action is that? Certainly Microsoft Windows also is the responsible to redirect readers who want to the appropiate registry key. Maybe you can use an action like npIsWindows64? On the other hand, remember you can't wrinte in LOCAL MACHINE without administrative privileges.