XP: Adding 'Command Prompt' to Context Menu

To bring up Context Menu right click in Windows Explorer

1. Open Regedit

2. HKEY_CLASSES_ROOT\*\shell\cprompt
    @=Command Prompt
3. HKEY_CLASSES_ROOT\*\shell\cprompt\command
    @=c:\windows\system32\cmd.exe

4. HKEY_CLASSES_ROOT\Directory\shell\cprompt
    @=Command Prompt
5. HKEY_CLASSES_ROOT\Directory\shell\cprompt\command
    @=c:\windows\system32\cmd.exe /k cd "%1"

The first part adds the command for all *.* files
The second part adds the command for all directories

No comments: