You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some keys in the registry are redirected for 32-bit and 64-bit processes.
Is there a way to access the 32-bit view of the registry from a 64-bit process (and vice versa) using the wil helpers?
Some keys in the registry are redirected for 32-bit and 64-bit processes.
Is there a way to access the 32-bit view of the registry from a 64-bit process (and vice versa) using the wil helpers?
Usually you would specify
KEY_WOW64_32KEY
orKEY_WOW64_64KEY
when opening the key:https://learn.microsoft.com/en-us/windows/win32/winprog64/accessing-an-alternate-registry-view
The text was updated successfully, but these errors were encountered: