Add “command prompt here” to right click menu of folder

Friday, 8 June 2007, 2:11 | Category : Technology
Tags :

Open notepad and paste following content and save the file as cmd.reg. After creation, double clik the file and say yes on option alert box.

REGEDIT4

[HKEY_CLASSES_ROOTDirectoryshelldos]
@=”Command Prompt here”

[HKEY_CLASSES_ROOTDirectoryshelldoscommand]
@=”cmd.exe /k cd “%1″”