Open the command prompt from right-click menu

Open the command prompt from right-click menu

Many users find the command prompt very useful when it comes to doing down-and-dirty tasks such as mass deleting or renaming files. For example, when using Windows Explorer, they want to open the command prompt in the folder of their current location. That involves opening a command prompt and then navigating to your current folder.

However, there's a quicker way: you can add an option to the right-click context menu that will open a command prompt at your current folder.

For example, if you were to right-click the "C:\mydocs\official\finance" folder, you could open a command prompt at C:\mydocs\official\finance.

To add this option on right click menu, follow these steps:

  1. Run the Registry Editor
  2. Go to HKEY_LOCAL_MACHINE/Software/Classes/Folder/Shell.
  3. Create a new key called Command Prompt. For the default value, enter whatever text you want to appear when you right-click a folder for example, Open Command Prompt.
  4. Create a new key beneath the Command Prompt key called Command. Set the default value to Cmd.exe /k pushd %L.
  5. Exit the Registry.

The "pushd" command stores the name of the current directory, and %L uses that name to start the command prompt at it. The new menu option will show up immediately whenever you right click any folders. Note that it won't appear when you right-click a file; it shows up only when you right-click a folder.

Please

    Requires Free Membership to View

    By submitting your registration information to SearchWindowsServer.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchWindowsServer.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

let us know how useful you find this tip by rating it below! If you have a useful Windows tip, timesaver or workaround to share, submit it to our tip contest and you could win a prize!

This was first published in June 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.

    Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.