Results 1 to 3 of 3

Thread: Registry key wow6432node

  1. #1
    Join Date
    Apr 2009
    Posts
    9

    Registry key wow6432node

    Does any one know the use of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node

    As I'm adding the registry key in this Wow6432Node getting error saying Key could not be openend: HKEY_LOCAL_MACHINE32\SOFTWARE\Wow6432Node\XYZ

    Thanks for any advice.

  2. #2
    Join Date
    Mar 2008
    Posts
    429

    Re: Registry key wow6432node

    The purpose of this key is to secify the mode of 32bit and 64 bit programs. You should first Check is it 32-bit or 64-bit versions, accordingly add the respective registry entries by VBscript/Wise script. 32-bit programs and 64-bit programs that are running on 64-bit version of Windows operating system operate in different modes and use the following sections in the registry:

    Native mode 64-bit programs run in Native mode and access keys and values that are stored in the following registry sub key:
    HKEY_LOCAL_MACHINE\Software

    32-bit programs runs in WOW64 mode and access keys and values that are stored in the following registry sub key:
    HKEY_LOCAL_MACHINE\Software\WOW6432node

  3. #3
    Join Date
    Oct 2008
    Posts
    117

    Re: Registry key wow6432node

    Wow6432 Registry key is to specify that you are running a 64-bit version of Windows. Your Windows 64-bit OS uses this key to represent two different view of HKEY_LOCAL_MACHINE\SOFTWARE for 32-bit applications that run on a 64-bit version of Windows. And 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.

Similar Threads

  1. Replies: 6
    Last Post: 19-04-2012, 07:37 PM
  2. Uniblue registry booster vs RegCure Registry Cleaner
    By Bettina in forum Windows Software
    Replies: 4
    Last Post: 23-12-2010, 01:02 PM
  3. Replies: 2
    Last Post: 07-09-2010, 10:14 AM
  4. Registry Cleaner and Registry repair in Glary Utilities
    By Cassey in forum Windows Software
    Replies: 6
    Last Post: 27-04-2010, 12:14 PM
  5. Replies: 3
    Last Post: 18-07-2008, 12:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,929,385.14017 seconds with 16 queries