As hard as it is for me to believe, there are people out there that do not use the Total Commander! Yes, that is true. Those people use the built in Windows Explorer for navigating folders, copying files and all other things. Their main argument for doing it, is that "sometimes I may find myself in a situation where there is not Total Commander and I want to be prepared". Sometimes I also find myself in this kind of situation and what I find that I almost always miss is the ability to easily start a command line in a specified folder.
A typical situation is when there is some kind of application and it comes with a command line tools. In order to run those tools, we obviously need a command line - to display help text if nothing else. Without Total Commander, we are more or less forced to do a cd XXX few times.
More advanced users know the CMD command a little better and they just copy the folder path from the Explorer Window and do something like:
Start->Run->cmd /K cd XXX
Where XXX is the path of the destination folder. This unfortunately not only requires a couple of steps, but also a few things to remember. The easier way is to make it possible to launch a command line by just selecting the right option from the context menu.
To make such an option available, just open Regedit.exe, navigate to:
HKEY_CLASSES_ROOT\Folder\shell
Create a new Key there, such as CmdHere. Set the value of a (Default) entry to some friendly text like "Cmd Here". Next, create a new command key and set the value of a (Default) entry to "cmd /K cd %1".
You should now be able to see a new option in the context menu, when you click on a folder.