Showing posts with label command prompt windows shell context right click menu. Show all posts
Showing posts with label command prompt windows shell context right click menu. Show all posts

Monday, December 31, 2007

Add Command Prompt to Shell Context Menu

The following Registry entries provide a new entry when right clicking on Directories in Windows Explorer. This new "Command Prompt" entry will open up a Windows command prompt with the right clicked folder as the current directory:

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"