Add “Command Prompt Here” to the context menu

Command Prompt Here Option In Context Menu
Want to have a nice menu option where u can jump the command prompt to the specified directory or folder….then continue reading this small tweak

Open up notepad and copy paste the following

?Download cmdhere.reg
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Command Prompt Here"
 
[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\command]
@="cmd.exe /k cd %1 "

Note:You can replace the “Command Prompt Here” in the above with any text u want

Save the file as “cmdhere.reg”.You can choose any name but the name must be enclosed in double quotes and .reg extension should be present.

Now double click the reg file just created and press Yes.

That’s it… the changes are instantaneous :)


Similar Regtweaks

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment