Create a text file, type in the following lines and save it as addprompt.reg.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Command]
@="Command Prompt:"
[HKEY_CLASSES_ROOT\Directory\shell\Command\Command]
@="cmd.exe /k cd %1"
Save this out and double click the file. Note this will modify the registry but we promise it is safe. Your anti-virus software might ask you to confirm the registry change and it is safe to allow it.
This adds Command Prompt to the Windows Explorer right click menu. Just right click on a folder, click Command Prompt and you will be at the command prompt in the selected folder. No need to type CD and the full path anymore.

