a journey from thought to destiny

a journey from thought to destiny

Wednesday, March 2, 2011

open command prompt by right clicking on the folder

so often we want to open command prompt and we have to enter our desire path by cd command. So it looks time consuming.
now i have found trick that will help you to save your time and you can open command prompt by right click on the folder and click on the command prompt. Then command prompt will launch with current directory (in which you had clicked) as path of command prompt.
you can see these in the following images




just follow the following steps
  1. Start > Run
  2. Enter "regedit" and hit Enter
  3. Expand to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell"
  4. Right-click on "shell" and select New > Key
  5. Make sure a new key is created under "shell". Change the name of this key to "Command Prompt"
  6. Right-click on this new key "Command Prompt" and select New > Key
  7. Change the name of this key to "command"
  8. Double-click on the "(Default)" text on the right window to bring up the edit box
  9. Enter this text into the Value Data field:
    cmd.exe "%1"
  10. Click OK and close the registry. 
I have tried this and I think you also should.
enjoy friends.............