How to add command prompt option to right click ?
Most of us often need to open the command prompt which opens at User's Home directory and we had to change the path manually every time we open the command prompt.
For making this much easier, I am providing here a simple way which you will be glad to use instead of irritating/time consuming way.
With below steps, you can open the command prompt and find yourself at the location you want to reach with just a single click of mouse.
[1] Create a new file and save it with any name but with the extension ".reg" i.e. registry file extension.
filename ezample:= abc.reg
[2] Now copy paste below code inside that file and again save it.
Windows Registry Editor Version 5.00
@="Command Prompt"
[HKEY_CLASSES_ROOT\Directory\shell\Command\Command]
@="cmd.exe /k cd %1"
[3] Execute this file by simply double-clicking over it.
[4] Command Prompt option is added whenever you do a right-click on a folder.
This is one time procedure.
[5] Now onwards whenever you want to open the command prompt and reach out to a particular location, you can just browse through windows file explorer and right click on that particular folder and select command prompt option.
No comments:
Post a Comment