How would I go about replacing Windows Explorer with a third party tool such as TotalCommander, explorer++, etc?
I would like to have one of those load instead of win explorer when I type ‘C:\directoryName’ into the run window. Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From a comment on the first LifeHacker link,
How to make x² your default folder application
As part of the installation process, x² adds ‘open with xplorer2’ in the context menu for filesystem folders.
If you want to have this the default action (so that folders always open in x2 when you click on them) then make sure this is the default verb, either using Folder Options (‘file folder’ type) or editing the registry:
If you want some slightly different command line options, you can add any of the supported options by editing the following registry key:
Notes:
Please check your installation folder first: Your installation path may be different. Secondly, your executable may be called
xplorer2.exe, if it is the non-Unicode version.Note that
'%1'is required (including the quotation marks), and is replaced by the folder path you are trying to open.The
/Tswitch causes no tabs to be restored and the/1switch puts x² in single pane mode. (You do not have to use these switches, but they make sense).(The above are from xplorer2 user manual)