Use "Command Prompt Here" in Windows Vista

fazaal24

Member
Nov 10, 2006
33,026
18
0
Carbon Canyon Dehiwala
A very popular registry hack for Windows XP was the “Command Prompt Here” hack, that would automatically open a command prompt window in the directory that you had clicked on.
Windows Vista includes this ability right out of the box, it’s just not immediately obvious, because it’s hidden behind a shortcut key.
To activate this, just hold down the Shift key when you right-click on a folder, and you should see the Open Command Window Here menu item:
image0.png

Just like that, a command window opens with that path as the working directory
image01.png
 

fazaal24

Member
Nov 10, 2006
33,026
18
0
Carbon Canyon Dehiwala
Add the Command Prompt to the Windows Explorer Right-Click Menu








A hidden functionality in Windows allows you to right click on a directory, and select “Command Prompt Here” from the menu.
Here’s the registry hack to get this working. Make sure you back up your registry just in case. I’ll show you the step-by-step method, but you can skip down to the bottom for the alternate reg file.

Step-By-Step Method:
Type regedit.exe into the Start\Run dialog, and then navigate to the following registry key:









HKEY_CLASSES_ROOT\Directory\shell
Once you are at that key, right click and choose the New Key option:
cmdkey3.png

Name the key “CommandPrompt” without the quotes and then double-click on the default value. Change the text to “Command Prompt Here” as seen here:
cmdprmptnew3.png

Right click on the new Command key and select New key, as you did before. Name the new key Command as well, and then double-click the default value of that key. Set the text of that key to this:
cmd.exe /k cd %1
You can see what it should look like here:
cmdkeycmd3.png

Now when you right click on the folder, you should see this dialog:
cmdprompthere3.png

That will open up a prompt like this:
cmdkeycmdwin3.png


Alternate method:
You can create a text file named anything.reg, and insert this text into 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 on that file, and the text will be entered into the registry, and you’ll have the same right click command prompt.
Another Alternate Method:
You can download the powertoy from Microsoft that provides the same functionality:
http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp