FG
💻 Software

How to insert registry entries from a .reg file into 32-bit registry on 64-bit Windows

Fresh5 days ago
Mar 15, 202653060 views
Confidence Score0%
0%

Problem

In 64-bit Windows (Vista/7), there's where all the 32-bit registry stuff is. If I have a .reg file with some keys in it, how can I tell regedit to import it into the 32-bit registry (under ) rather than the 64-bit registry? Even if I put the Wow6432 path into the registry keys in the .reg file, Win…

Error Output

HKLM\Software\Wow6432Node

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to insert registry entries from a .reg file into 32-bit registry on 64-bit Windows

Low Risk

If you're using from a 32 bit executable or a batch file, and for some crazy reason you want the keys inside to NOT be redirected to , simply use the following syntax: As easy as that.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment