This tip may be useful for those who are regularly using command prompt. It creates a new menu item “Command Prompt” in the right-click menu of any folder.
1. Open regedit
2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell
3. Add a new key and name it “Command Prompt”
4. Add a new key under “Command Prompt” and name it “command”
5. Change the value of ‘(Default)’ “command” key to cmd.exe /k cd %1
6. Close the registry editor
|
Now, right click on any folder and you can find the Command Prompt in the right-clcik menu..
|