Thursday, November 20, 2014

Command Prompt To Folder

Create a text file named commandPrompt.reg and enter the following text into it and save it:

Windows Registry Editor Version 5.00 
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt] @=”Command Prompt:”
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\Command] @=”cmd.exe /k cd %1″


double click the file and you will create a command prompt here option in the right click of windows.

1 comment :

  1. That's pretty cool. You can do the same thing by typing "cmd" in the address bar of windows explorer then hitting enter.

    ReplyDelete