RegistryWrite Action in Win x64

Questions or information that don't quite fit anywhere else

Moderator: Neosoft Support

Locked
User avatar
AsleyCruz
Posts: 113
Joined: Fri Sep 16, 2011 2:12 pm

RegistryWrite Action in Win x64

Post 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 ;)
AsleyCruz
Freelancer - Graphic & Type Designer

FREE NEOBOOK APPS: See Website

.
User avatar
dec
Posts: 1663
Joined: Wed Nov 16, 2005 12:48 am
Location: Spain
Contact:

Re: RegistryWrite Action in Win x64

Post 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.
.
Enhance your NeoBook applications!
.
58 plugins, 1131 actions and 233 samples
.
NeoPlugins website: www.neoplugins.com
.
Locked