add "Open in XYplorer" to Windows Explorer

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
iamnemo
Posts: 10
Joined: 10 Jun 2017 23:12

add "Open in XYplorer" to Windows Explorer

Post by iamnemo »

I find that a number of applications send me to Windows Explorer when - of course - I'd rather be in XYplorer. What I would like is to right-click a file or folder in Windows Explorer, and have "Open in XYplorer" in the list of actions available. Is there an application that can add this functionality to Windows Explorer?

Horst
Posts: 1093
Joined: 24 Jan 2021 12:27
Location: Germany

Re: add "Open in XYplorer" to Windows Explorer

Post by Horst »

For my portable XY i use the following registry file

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\Open in XYplorer]

[HKEY_CURRENT_USER\SOFTWARE\Classes\*\shell\Open in XYplorer\command]
@="C:\\Tools\\XYplorer\\XYplorer.exe \"%1\""
 
[HKEY_CLASSES_ROOT\Directory\shell\Open in XYplorer]

[HKEY_CLASSES_ROOT\Directory\shell\Open in XYplorer\command]
@="C:\\Tools\\XYplorer\\XYplorer.exe \"%1\""
If you change the Paths, all \ have to be doubled \\
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73

admin
Site Admin
Posts: 60632
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: add "Open in XYplorer" to Windows Explorer

Post by admin »

Why not simply tick this: Configuration | Other | Shell Integration | Default File Manager | XYplorer in shell context menu

Horst
Posts: 1093
Joined: 24 Jan 2021 12:27
Location: Germany

Re: add "Open in XYplorer" to Windows Explorer

Post by Horst »

admin wrote: 17 Oct 2023 12:40 Why not simply tick this: Configuration | Other | Shell Integration | Default File Manager | XYplorer in shell context menu
This option works only for drives and folders.
My entry also shows it for files, which I use most of the time.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73

admin
Site Admin
Posts: 60632
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: add "Open in XYplorer" to Windows Explorer

Post by admin »

For files?! Does it work? Does it select the file?

yusef88
Posts: 1126
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: add "Open in XYplorer" to Windows Explorer

Post by yusef88 »

Code: Select all

Windows Registry Editor Version 5.00

;file menu
[HKEY_CLASSES_ROOT\*\shell\XYplorer]

[HKEY_CLASSES_ROOT\*\shell\XYplorer\command]
@="\"XYplorer.exe\" /select=\"%1\""

;folder menu
[HKEY_CLASSES_ROOT\Directory\Shell\XYplorer]

[HKEY_CLASSES_ROOT\Directory\Shell\XYplorer\Command]
@="\"XYplorer.exe\" /path=\"%1\""

;background menu
[HKEY_CLASSES_ROOT\Directory\background\shell\XYplorer]
@="XYplorer"

[HKEY_CLASSES_ROOT\Directory\background\shell\XYplorer\command]
@="\"XYplorer.exe\" /path=\"%v\""

Horst
Posts: 1093
Joined: 24 Jan 2021 12:27
Location: Germany

Re: add "Open in XYplorer" to Windows Explorer

Post by Horst »

admin wrote: 17 Oct 2023 14:13 For files?! Does it work? Does it select the file?
It positions the cursor on the file, and it is selected..
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
Portable XYplorer (actual version, including betas)
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73

admin
Site Admin
Posts: 60632
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: add "Open in XYplorer" to Windows Explorer

Post by admin »

Impressive. :)

iamnemo
Posts: 10
Joined: 10 Jun 2017 23:12

Re: add "Open in XYplorer" to Windows Explorer

Post by iamnemo »

I set the configuration settings as you suggested. Now if I click on a folder or file in File Manager, and in the dropdown list of actions chose "Send to", and "XYplorer", I am sent to XYplorer with the cursor on the folder or file I had chosen in File Manager - exactly what had I wished for. The solution was hidden in plain sight within XYplorer.

Many thanks for this elegant solution, and also - of course - to the brilliant developers of XYplorer.

Post Reply