Command Prompt Here registry tweak
Wednesday, April 1st, 2009This will add a Command Prompt Here to the folder click context menu
Copy the following into a file with and save it with .reg extension and then double click it to add it to the registry.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@=”Command &Prompt Here”
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@=”cmd.exe /k cd %1 “
























