Open registry editor Start > Run, type regedit and press OK.

Browse to:
HKEY_CLASSES_ROOT\Directory\shell
Right click “shell” and choose the New > Key option
Name the new key “CommandPrompt” without the quotes and then double-click on the default value in the right .
Change value data to “Command Prompt Here”
Right click on the key you created and select New > Key
Name the new key “Command” and then double-click the default value on the right.
Set Value data to:
cmd.exe /k cd %1
Press “OK” .
Now when you right-click any folder in your Windows machine you will see “Command Prompt Here” option to open command line in that location.
No comments:
Post a Comment