The Windows 64-bit operating system and the 32-bit operating system are a little different on the registry

Source: Internet
Author: User

The Windows 64-bit operating system provides compatibility with 32-bit applications and retains many 32-bit tools in the "C:\Windows\SysWOW64" directory (for example, CMD.exe is 32-bit). When running 32-bit applications on a Windows 64-bit operating system, operating the registry, searching for a directory, Microsoft passes the Reflection (Reflector) and will "\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ Uninstall "replaced by" \\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Uninstall ", That is, the Wow6432node is appended to the software. So if it is a 64-bit script, on a 64-bit operating system, through the registry operation of 32-bit applications, you have to manually fill in the code "Wow6432node", otherwise it will not be found.

Reference (Reference:)

http://support.microsoft.com/default.aspx?scid=kb;en-us;896459

    1. 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 so run on a 64-bi T version of Windows. When a 32-bit application queries a value under the Hkey_local_machine\software\<company>\<product> subkey, T He application reads from the Hkey_local_machine\software\wow6432node\<company>\ <product> subkey.

The Windows 64-bit operating system and the 32-bit operating system are a little different on the registry

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.