make explorer2 default instead of windows explorer
Moderators: fgagnon, nikos, Site Mods
-
- New Member
- Posts: 2
- Joined: 2004 Dec 19, 07:52
make explorer2 default instead of windows explorer
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
I want Windows and other applications to open explorer2 instead of the Windows manager, when folder icons, etc are clicked.
thanks
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- Gold Member
- Posts: 560
- Joined: 2003 Jun 10, 23:19
- Location: NL
-
- New Member
- Posts: 2
- Joined: 2004 Dec 19, 07:52
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
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
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
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
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
-
- New Member
- Posts: 2
- Joined: 2004 Dec 28, 05:36
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
this is an interesting topic
it looks like you can have per-user file associations:
http://support.microsoft.com/default.as ... -us;257592
it looks like you can have per-user file associations:
http://support.microsoft.com/default.as ... -us;257592
-
- New Member
- Posts: 2
- Joined: 2004 Dec 28, 05:36
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- New Member
- Posts: 1
- Joined: 2005 Jan 08, 18:13
Making X2 the default Explorer
"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
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
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- New Member
- Posts: 8
- Joined: 2004 Dec 30, 09:34
- Location: Israel
All nice, but -
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?
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- New Member
- Posts: 3
- Joined: 2005 Mar 02, 18:01
Re: Making X2 the default Explorer
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""
---
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