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

1 comment so far ↓
I want to thank the blogger very much not only for this post but also for his all previous efforts. I found regtweak.info to be very interesting. I will be coming back to regtweak.info for more information.
Leave a Comment