Customise Windows
Explorer Integration of Command Prompt
In order to get an „Open Command Prompt here…“ option in explorer's context menu add this to your registry 1) 2) :
- Open_Command_Prompt_here.reg
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt] @="Command Prompt Here..." [HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\command] @="cmd.exe /k pushd %L" [HKEY_CLASSES_ROOT\Drive\shell\CommandPrompt] @="Command Prompt Here..." [HKEY_CLASSES_ROOT\Drive\shell\CommandPrompt\command] @="cmd.exe /k pushd %L"
References: