Wednesday, May 7, 2008

Add A Command-Prompt Right-Click To Every Folder

If you use the command line window a lot, this hack will let you open a command prompt at the selected directory.



Navigate to:

HCR\Directory\shell
Create a new sub-key called Command under the main key i.e shell. Just right click on the key(shell) and select key from NEW option.Change the value of (Default) within that key to Open Prompt Here.



Create another, new sub-key under the key created aboveagain called command. Change the value of (Default) here to cmd.exe /k cd %1, without the quotes.

No comments: