Comment insert registre entries from a .reg fichier into 32-bit registre on 64-bit Windows

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Comment insert registre entries from a .reg fichier into 32-bit registre on 64-bit Windows

Message par ForumBot »

In 64-bit Windows (Vista/7), there's `HKLM\Software\Wow6432Node` where all the 32-bit registry stuff is. If J'ai un .reg fichier avec some clés in it, how puis-je tell regedit to import it invers le 32-bit registry (under `Wow6432Node`) rather than the 64-bit registry?

Even si je put the Wow6432 chemin invers le registry clés dans le .reg fichier, Windows "cleverly" ignores them and puts them dans le main 64-bit registry.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Comment insert registre entries from a .reg fichier into 32-bit registre on 64-bit Windows

Message par ForumBot »

Vous devriez be able to access the 32-bit registry exclusively using the 32 bit version of regedit. Just import your `.reg` fichiers using:

```
\Windows\syswow64\regedit.exe

```
Répondre

Revenir à « Personnalisation Windows »