making XYplorer the default "explorer"

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
f3rus
Posts: 7
Joined: 06 Aug 2013 01:05

making XYplorer the default "explorer"

Post by f3rus »

how does one make XYplorer the default explorer?

i thought an option with in XYplorer would do it but i was in correct.

there are a slew of reg hacks on the web but want to ask here before i muck something up.

Nighted
Posts: 463
Joined: 21 Jan 2007 01:58
Location: Gitmo Nation North, Win 7/10/Linux/(x64)

Re: making XYplorer the default "explorer"

Post by Nighted »

Configuration > Shell Integration.

It's a steep slope, but I think you will make it. ;)
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Re: making XYplorer the default "explorer"

Post by j_c_hallgren »

f3rus wrote:how does one make XYplorer the default explorer?
Just be aware that you can't get XY to substitute for the Open/Save pop-up dialogs since they are a modified/custom vers of WE as I understand it.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

Borut
Posts: 1472
Joined: 19 Oct 2010 19:29
Location: Win10 Pro 64b 22H2, @120DPI (125%)

Re: making XYplorer the default "explorer"

Post by Borut »

And as a kind of help with File Open/Save dialogs one could consider using http://www.listary.com/ which cooperates nicely with XYplorer.
Win 10 Pro 64bit

kotlmg
Posts: 321
Joined: 30 Jun 2010 17:14

Re: making XYplorer the default "explorer"

Post by kotlmg »

type the following code in notepad and save as .reg file. it will make xyplorer as default explorer.



Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell]
@="XYplorer"
[HKEY_CLASSES_ROOT\Drive\shell\XYplorer]
@="Open in XYplorer"
[HKEY_CLASSES_ROOT\Drive\shell\XYplorer\command]
@="\"C:\\Program Files (x86)\\XYplorer\\XYplorer.exe\" %1"
[HKEY_CLASSES_ROOT\Directory\shell]
@="XYplorer"
[HKEY_CLASSES_ROOT\Directory\shell\XYplorer]
@="Open in XYplorer"
[HKEY_CLASSES_ROOT\Directory\shell\XYplorer\command]
@="\"C:\\Program Files (x86)\\XYplorer\\XYplorer.exe\" %1"

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

Re: making XYplorer the default "explorer"

Post by admin »

kotlmg wrote:type the following code in notepad and save as .reg file. it will make xyplorer as default explorer.
...
:? Not necessary since the functionality is built in. You just need to tick a checkbox to achieve the same. As has been already explained above... :?

Post Reply