I recently tried xplorer² lite, and I wanted to set it up as a full replacement to windows explorer.
The main point that was difficult was to replace the Win-E shortcut that I use a lot so that it can launch xplorer². I finally did it, and since it does not seem to be common knowledge here, I post how I did it.
I downloaded the free program hoekey ( http://dana.ucc.nau.edu/~tsr22/apps/#hoekey ), that can add shortcuts to windows. As explained in the example file of this program, I deactivated default windows shortcut
Code: Select all
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoWinKeys"=dword:00000001
Regards,