Define Right-Click Command Prompt for Explorer
I forgot how to do this trick and before I forget, here is a quick "tips and tricks" post that enables your command prompt as shown:
To add the Command Prompt command to the shortcut menu:
- Create a file, i.e. Command.reg containing:
- Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Command Prompt"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\Command]
@="cmd.exe /k cd %L"
- Double-click the .reg file to add the registry entries.
... and "Cowabunga" the command prompt appears by magic.