Jump to content

How to add open cmd to the context menu?


Recommended Posts


What I mean is how to add "Open Command Prompt" to the context menu inside a directory, so i dont have to go to the parent directory and right click the directory to choose "Open Command Prompt".

Any helps appreciated.

If you have the folder tweak for command prompt. Then you just right click on the icon on the lefthand top of the current window open, to open command prompt to that directory.

Is that what you are asking for?

:rolleyes:

Edit: Dahi beat me to the concept? :)

Link to comment
Share on other sites

Is This what you want.

;This adds the "Open Command Window Here" on the right click menu for folders
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...