Purpose of Registry key: Wow6432Node (does anyone know?)

G

Guest

Hello all,

Does anyone know the purpose of the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node ?

I am trying to create my company's registry info under:

HKEY_LOCAL_MACHINE\SOFTWARE\myCompanyName

and it is going into:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\myCompanyName


What is going on here??????

--
Thanks so much,

george

_________________________
George S. Lockwood
Lead Client Developer
peoplePC, an EarthLink company
 
Z

Zack Whittaker

The Wow6432 registry entry indicates that you're running a 64-bit version of
Windows. The OS uses this key to present a separate view of
HKEY_LOCAL_MACHINE\SOFTWARE for 32-bit applications that run on a 64-bit
version of Windows. When a 32-bit application queries a value under the
HKEY_LOCAL_MACHINE\SOFTWARE\<company>\<product> subkey, the application
reads from the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\<company>\<product>
subkey.

A "registry reflector" copies certain values between the 32-bit and 64-bit
registry views (e.g., mainly for COM registration) and resolves any
conflicts using a last-writer-wins approach.

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top