64-bit XYplorer
64-bit XYplorer
It would be nice if XYplorer were a native 64-bit program. Nobody uses 32-bit operating system anymore.
-
- Site Admin
- Posts: 63404
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: 64-bit XYplorer
Yet more and more people are using XYplorer. Reason: It works great on a 64-bit operating system. 

FAQ | XY News RSS | XY Bluesky
Re: 64-bit XYplorer
I admit it works very well on 64-bit Windows 10, which is why I purchased a lifetime license, and use it every day.
Re: 64-bit XYplorer
Works so well I kind of stopped updating it often as the version I had never had any big issues, lol. Though it's probably time I update it to the latest version now and see what new features it has since then.
Re: 64-bit XYplorer
Please stop dreaming. You'll never have a XYPlorer 64 bits version, nor a dual tree.
Re: 64-bit XYplorer
And how in a 64-bit system when double-clicking on a reg file (*.reg) run the 64-bit registry editor "C:\Windows\regedit.exe" ? Opens the 32-bit registry editor "C:\Windows\SysWOW64\regedit.exe".
Same with the *.bat,*.cmd files. When double-clicking instead of "C:\Windows\System32\cmd.exe " starts "C:\Windows\SysWOW64\cmd.exe".
Shouldn't Xyplorer in a 64-bit system work without additional actions ?
-
- Site Admin
- Posts: 63404
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: 64-bit XYplorer
That's how it's designed by the makers of Windows. You can use the 64-bit context menu "Open" to catch the 64-bit branch.
FAQ | XY News RSS | XY Bluesky
Re: 64-bit XYplorer
Using the context menu is not convenient and long, it is easier to double-click.
For myself, I solved the problem by adding the following to "Open with... / Customize File Associations":
Code: Select all
bat;cmd>"%SystemRoot%\System32\cmd.exe" /C
reg>"%SystemRoot%\regedit.exe"
-
- Site Admin
- Posts: 63404
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: 64-bit XYplorer
That's a good tip.
Should it be activated by default? Not sure. Since Windows separates both worlds so strictly this crossing-the-line might not be the expected behavior.

Should it be activated by default? Not sure. Since Windows separates both worlds so strictly this crossing-the-line might not be the expected behavior.
FAQ | XY News RSS | XY Bluesky
Re: 64-bit XYplorer
do not correspond to the expected behavior - this is when you click 2 times on the reg-file, but instead the data is entered into the registry not clearly where, and then you think because of what it does not work as it should.
You can add an option to "Configuration/Other/Shell Integration/64-bit Windows" Open reg, bat, cmd files with 64-bit applications.
or 2 options:
Use 64-bit regedit.exe
Use 64-bit cmd.exe
You can add an option to "Configuration/Other/Shell Integration/64-bit Windows" Open reg, bat, cmd files with 64-bit applications.
or 2 options:
Use 64-bit regedit.exe
Use 64-bit cmd.exe
Re: 64-bit XYplorer
That would make some sense.zakoul wrote: ↑04 Mar 2020 14:03 do not correspond to the expected behavior - this is when you click 2 times on the reg-file, but instead the data is entered into the registry not clearly where, and then you think because of what it does not work as it should.
You can add an option to "Configuration/Other/Shell Integration/64-bit Windows" Open reg, bat, cmd files with 64-bit applications.
or 2 options:
Use 64-bit regedit.exe
Use 64-bit cmd.exe
[AHK] redirecting Windows Explorer to XY, [XYS] Mini Tree with open tabs (cur loc expanded, tab folders highlighted), [AHK] customInlineRenameKeys, [AHK] clipboardHelper_and_XYEscToList
Re: 64-bit XYplorer
Except where it doesn't. Preview handlers being a sore point, and a must in any file explorer replacement. Nobody writes new stuff for 32-bit OSes. CBR, CBZ, EPUB, MOBI for some examples. CAD files, too. The handlers are out there for 64-bit Windows, but even in a system where they are installed, XYplorer cannot use them.
Re: 64-bit XYplorer
Hi and welcome,caseym54 wrote: ↑03 May 2020 03:51Except where it doesn't. Preview handlers being a sore point, and a must in any file explorer replacement. Nobody writes new stuff for 32-bit OSes. CBR, CBZ, EPUB, MOBI for some examples. CAD files, too. The handlers are out there for 64-bit Windows, but even in a system where they are installed, XYplorer cannot use them.
Did you see this? The developer is working on a 64-bit version.
Re: 64-bit XYplorer
Doesn't work anymore or it never worked? After double clicking reg file info goes to Wow6432Node like before.zakoul wrote: ↑04 Mar 2020 13:27Using the context menu is not convenient and long, it is easier to double-click.
For myself, I solved the problem by adding the following to "Open with... / Customize File Associations":Code: Select all
reg>"%SystemRoot%\regedit.exe"