Windows 64-Bit Registry Tricks Department

The Windows 64-Bit Registry on x64 versions has a new section "Wow6432Node" in each major Registry hive.

By adding:

\Wow6432Node\

in the proper position, many older 32 - bit registry .REG files will suddenly become functional. This applies to things like license keys,
settings entries, and some shell extensions.

Look at where your .REG script put the original entries, and see if there is a corresponding Wow6432Node to match. Modify your
script to put the entries under that node.

Comments

Popular posts from this blog

FIREFOX / IE Word-Wrap, Word-Break, TABLES FIX

Some observations on Script Callbacks, "AJAX", "ATLAS" "AHAB" and where it's all going.

ASP.NET "App_Data": Writing files vs Application Restarts