When these features are enabled, you should be able to open any folder using command prompt.
Method 1
This feature is already enabled in Windows 7. All you have to do to activate it is simply holding down the Shift Key on your keyboard and right-clicking the folder you wish to open in the command console.
Method 2
You can create a text file named addcmd.reg, and insert this text into it:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\OpenCommandPrompt]
@=”OpenCommandPrompt”
[HKEY_CLASSES_ROOT\Directory\shell\OpenCommandPrompt\Command]
@=”cmd.exe /k cd %1"
Double click on that file, and the text will be entered into the registry, and you’ll have the right click command prompt.
No comments:
Post a Comment