Help - Search - Members - Calendar
Full Version: Right click > Explore
MSFN Forums > Customizing Windows and Graphics > Windows Tips 'n' Tweaks

   


Google Internet Forums Unattended CD/DVD Guide
eh3
Is there a way to change it from opening Windows Explorer when you right click on something and choose Explore?
I'm wanting it to open Xplorer˛ in the selected directory..

I've search around on here and I'm not really finding anything.. Searched google as well...

Anyone know or can point me in the right direction?


Thanks...
eh3
Check this out... This worked for me..

Copy/Paste the following in notepad and save it as a .reg file... import it in your registry and bam!

CODE
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:\\Program Files\\zabkat\\xplorer2\\xplorer2_UC.exe \"%1\""

[HKEY_CLASSES_ROOT\Drive\shell]
@="xplorer2"
[HKEY_CLASSES_ROOT\Drive\shell\xplorer2]
[HKEY_CLASSES_ROOT\Drive\shell\xplorer2\command]
@="C:\\Program Files\\zabkat\\xplorer2\\xplorer2_UC.exe \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell]
@="xplorer2"
[HKEY_CLASSES_ROOT\Directory\shell\xplorer2]
[HKEY_CLASSES_ROOT\Directory\shell\xplorer2\command]
@="C:\\Program Files\\zabkat\\xplorer2\\xplorer2_UC.exe \"%1\""




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.