make explorer2 default instead of windows explorer

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

User avatar
firedog
New Member
Posts: 2
Joined: 2004 Dec 19, 07:52

make explorer2 default instead of windows explorer

Post by firedog »

Anyone know how to do this? I assume it is a registry hack.

I want Windows and other applications to open explorer2 instead of the Windows manager, when folder icons, etc are clicked.

thanks
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

the procedure is described in the file registry.txt
User avatar
JRz
Gold Member
Gold Member
Posts: 560
Joined: 2003 Jun 10, 23:19
Location: NL

Post by JRz »

To enhance Nikos' reply: the file registry.txt can be found in the folder you installed Xplorer² in (typically C:\Program Files\zabkat\xplorer2)

8)
Dumb questions are the ones that are never asked :turn:
User avatar
firedog
New Member
Posts: 2
Joined: 2004 Dec 19, 07:52

Post by firedog »

Hi-

I installed explorer2 as C:\Program Files\xplorer2\explorer2_UC.exe

Sorry for being slow, but I created a registry folder:

HKEY_CLASSES_ROOT\Directory\shell\open\command
and in the default string>value data I wrote:

C:\Program Files\xplorer2\xplorer2_UC.exe "C:\Program Files\xplorer2\xplorer2_UC.exe"

This didn't work. Can you please send me the exact syntax for the value data line?

Thanks
Thanks again
Danny Hoffman
Web Positioning and Search Engine Marketing
http://firstplace.co.il
mail: danny@
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

you'd better delete that line
i think your best bet is to use the folder options dialog from control panel
one of the "file types" there should be called "File Folder"
it should be easier to associate an application (x2) from that system dialog
if you make it the default verb it should do what you want
billy1816
New Member
Posts: 2
Joined: 2004 Dec 28, 05:36

Post by billy1816 »

hello,
i'm interested to know if you can make, or is it possible to make it default for a specific user in the computer only? or does it mean that when you set it up as default, it'll be the whole system?
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

this is an interesting topic
it looks like you can have per-user file associations:
http://support.microsoft.com/default.as ... -us;257592
billy1816
New Member
Posts: 2
Joined: 2004 Dec 28, 05:36

Post by billy1816 »

but it seems like the link you gave, shows something about software, which is totally different from the registry.txt that comes w/ xplorer2 ...

i don't think there's any shell folder in the registry of HKEY_CURRENT_USER\SOFTWARE\Classes

i'm sorta confused right now  :(
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

the way i understand it is that you can create (manually) a Directory key under HKEY_CURRENT_USER\SOFTWARE\Classes with your per-user folder associations. This will then take precedence over whatever HKEY_CLASSES_ROOT\Directory says
Gabriele-d
New Member
Posts: 1
Joined: 2005 Jan 08, 18:13

Making X2 the default Explorer

Post by Gabriele-d »

"i think your best bet is to use the folder options dialog from control panel
one of the "file types" there should be called "File Folder"
it should be easier to associate an application (x2) from that system dialog
if you make it the default verb it should do what you want"

I just purchased X2 and tried to follow the above advice, but can't quite figure out how to do it.  Could you please post step-by-step directions?

I'm using WidowsXP

Gabriele
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

i'll look into the XP problem and post the solution here in due course
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

as it turns out the solution is very simple: you just have to make sure that the "open" verb registry.txt describes is the default for file folders.

Just locate [HKEY_CLASSES_ROOT\Directory\shell] and change its default value to "open" (from "none")
tsahil
New Member
Posts: 8
Joined: 2004 Dec 30, 09:34
Location: Israel

All nice, but -

Post by tsahil »

I managed to open new folder in xplorer2 - but in a new instance of xplorer2. I would much rather it opens in a new tab in the existing xplorer2 (as is configurable in firefox or textpad). Is there a way to force a single instance in xplorer2? should I post it as a new topic feature request?
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

this isn't possible but it looks like a lot of people are asking so... it could be, shortly!
sabadell
New Member
Posts: 3
Joined: 2005 Mar 02, 18:01

Re: Making X2 the default Explorer

Post by sabadell »

As nikos has told, the best way is go throu Control Panel. You have to define a "new action" for "Folder " File type, and make it the "default" action.
If you name the new action "xplorer2" your registry will be modify in the following way. Alternatively, you can save the lines below in a reg file and enter it to the registry. Modifiy the path of xplorer2 intalled path to math the one used in your system.

Right clicking on a folder allow you to use all the other actions associated to folders (in bold you should see the default action)

---
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell]
@="Xplorer2"

[HKEY_CLASSES_ROOT\Folder\shell\Xplorer2]

[HKEY_CLASSES_ROOT\Folder\shell\Xplorer2\command]
@=""C:\\Archivos de programa\\xplorer2\\xplorer2_UC.exe" "%1""
---
Gabriele-d wrote:"i think your best bet is to use the folder options dialog from control panel
one of the "file types" there should be called "File Folder"
it should be easier to associate an application (x2) from that system dialog
if you make it the default verb it should do what you want"

I just purchased X2 and tried to follow the above advice, but can't quite figure out how to do it.  Could you please post step-by-step directions?

I'm using WidowsXP

Gabriele