Follow us on:

Pages

How To Add Command Prompt To Windows Right-Click Menu

Adding command prompt to windows explorer right click menu is a simple hack that you can do it.
In this article i will show two simple method to add CMD in right-click menu.



1. Open Notepad.


2. Copy(Ctrl+C) & Paste(Ctrl+V) in notepad.


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″


3. Now save the file as “cmd.reg”

 
Note:
Save with quotes


4. Double click on that file, and the text will be entered into the registry.


Thats it you can get command prompt in right click.