Jump to content

Recommended Posts

Posted

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.


Posted
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? :)

Posted

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\""

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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