64-bit XYplorer

Features wanted...
highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: 64-bit XYplorer

Post by highend »

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\abc]
"def"="1"
When I double click a .reg file it's imported into the correct path, not into the Wow6432Node subnode...
One of my scripts helped you out? Please donate via Paypal

xy123
Posts: 215
Joined: 17 Sep 2017 11:46
Location: Win10 64-bit, @100%

Re: 64-bit XYplorer

Post by xy123 »

highend wrote: 01 Mar 2022 16:45 When I double click a .reg file it's imported into the correct path, not into the Wow6432Node subnode...
You need to test it with HKEY_LOCAL_MACHINE, because HKEY_CURRENT_USER doesn't have Wow6432Node subnode.

EDIT: Actually it has, but HKEY_CURRENT_USER won't ever go there.

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: 64-bit XYplorer

Post by highend »

What? Something goes either into Wow6432Node or not, regardless if it's current_user or local_machine^^

But hey, here is a test with local_machine...

Note: This is a 64-bit command prompt, not! started via XYplorer
Animation.gif
To see the attached files, you need to log into the forum.
One of my scripts helped you out? Please donate via Paypal

xy123
Posts: 215
Joined: 17 Sep 2017 11:46
Location: Win10 64-bit, @100%

Re: 64-bit XYplorer

Post by xy123 »

I don't get it. Do you have WOW64DisableRedirection=1 in your ini?

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: 64-bit XYplorer

Post by highend »

Nope, it works the same even in a fresh instance here...
One of my scripts helped you out? Please donate via Paypal

xy123
Posts: 215
Joined: 17 Sep 2017 11:46
Location: Win10 64-bit, @100%

Re: 64-bit XYplorer

Post by xy123 »

I'm on Windows 7, you are on 10, so maybe it has something to do with that.

xy123
Posts: 215
Joined: 17 Sep 2017 11:46
Location: Win10 64-bit, @100%

Re: 64-bit XYplorer

Post by xy123 »

Solved with regedt32.exe, which is in the System32 folder:

Code: Select all

reg>"%SystemRoot%\System32\regedt32.exe"

Post Reply