Saturday, August 11, 2012

Introducing Command Prompt option to the Right-Click Menu.

This will be helpful especially to the programmers who use the command prompt too often. You can do this by simply editing your registry.


Steps :

  1. Start > Run
  2. Enter "regedit" and hit Enter
  3. Expand to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell"
  4. Right-click on "Shell" and select New > Key
    Make sure a new key is created under "shell". Change the name of this key to "Command Prompt"
  5. Right-click on this new key "Command Prompt" and select New > Key
    Change the name of this key to "command"


  6. Double-click on the "(Default)" text on the right window to bring up the edit box
  7. Enter this text into the Value Data field : cmd.exe
  8. Click OK and close the registry.

**Try this at your own risk**

1 comments: