2011 Apr 20
[Tuning] Overriding your explorer!
When I’m working, I often have several explorers opened. When you have a double (or triple) screen config, that’s ok but when you are only with your tiny laptop screen, it quickly becomes a pain to handle all your explorer and other applications windows!
So I searched for an explorer alternative and I found Explorer++. It handles tabs, shows directory size and some other stuffs I’m currently discovering. There may be better explorer alternatives so don’t hesitate to put a comment about that… but here is the idea, whatever the explorer you are choosing.
- Installing your custom explorer => Explorer++
- Bind the Windows+E shortcut with the custom explorer => AutoHotkey
- Install and unzip Explorer++ somewhere on your hard drive.
- Launch Explorer++ and in Tools > Options, choose “Replace Explorer for all folders (Vista and later)”.
- Install AutoHotkey.
- Go in your Explorer++ directory > Right Click > New > AutoHotkey Script.
- Paste this code inside and replace “PathTo” with your Explorer++ path. It will bind Explorer++ with the Windows+E shortcut:
#e::Run "C:\Path\To\explorer++.exe"
- Right click your AutoHotkey Script, “Create shortcut”.
- Cut and paste the shortcut to the startup directory. In Windows 7, it is located in “C:/programdata/microsoft/windows/start menu/programs/startup”
You’re done! Now you can create explorer tabs in the same window, like in Chrome or Firefox (or IE now)!