How To Add Command Prompt To Windows Right-Click Menu
Posted by
BhargavthePrince
| Thursday, December 1, 2011 at 10:17 PM
0
comments
Labels :
Tricks
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.
Subscribe to:
Post Comments (Atom)