PC Review Forums Newsgroups Windows Vista Windows Vista Installation Purpose of Registry key: Wow6432Node (does anyone know?)

Reply

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

 
Thread Tools Rate Thread
Old 11-04-2006, 10:07 PM   #1
=?Utf-8?B?R1NMb2Nrd29vZCAoSVVua25vd24p?=
Guest
 
Posts: n/a
Default Purpose of Registry key: Wow6432Node (does anyone know?)


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
  Reply With Quote
Old 11-04-2006, 11:06 PM   #2
Zack Whittaker
Guest
 
Posts: n/a
Default Re: Purpose of Registry key: Wow6432Node (does anyone know?)

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 :--
"GSLockwood (IUnknown)" <IUnknown@newsgroups.nospam> wrote in message
news:6CC291AD-6C04-40A7-979E-D86515191F8E@microsoft.com...
> 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



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off