Posted by Shekhar Saxena on July 1, 2010 ·
If you want to add the “Open Command Prompt” to Folder context menu, then you should try the following steps:
Write the following code in a text document.
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@=”Command Prompt”
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@=”cmd.exe /k \”cd %L\”"
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@=”Command [...]