====== 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 [( [[http://www.burgaud.com/open-command-window-here/|Open Command Window Here]] )] [( [[http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/|Open Cygwin Bash Shell Here]] )] : 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: ~~REFNOTES~~