Add the Command Prompt to the Windows Explorer Right-Click

Here’s the registry hack to get this working. Make sure you back up your registry just in case. I’ll show you the step-by-step method, but you can skip down to the bottom for the alternate reg file.

3. Name the key “CommandPrompt” without the quotes and then double-click on the default value. Change the text to “Command Prompt Here” as seen here:

4. Right click on the new Command key and select New key, as you did before. Name the new key Command as well, and then double-click the default value of that key. Set the text of that key to this : cmd.exe /k cd %1
You can see what it should look like here:

6. DONE..!!!
OR
You can create a text file named HACKERSORIGIN.reg, and insert this text into it:Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]
@=”Command Prompt:”
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\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 same right click command prompt.
You May Also Like To Read:
- Copy To the Clipboard From the Windows Command Prompt
- Add “Take Ownership” to Explorer Right-Click Menu in Win 7 or Vista
- Internet Explorer Hot Keys
- Customize the Windows Explorer
- Kill Processes from the Windows Command Line
- How To Add Your Windows Live SkyDrive To Explorer
- Add Encrypt / Decrypt Options to Windows 7 / Vista Right-Click Menu
- Add Defragment to the Right-Click Menu for a Drive
- Add Copy To / Move To on Windows xp, Windows 7 or Vista Right-Click Menu
- Clear IE7 Browsing History From the Command Line









Comments