Articles
Simple Trick to add a command prompt option on right click menu
- Run regedit
- Go to following path
HKEY_LOCAL_MACHINE/Software/Classes/ Folder/shell
- right click and choose new, then key, name this key Command Prompt.
- Double click the icon in the right pane.
- In the value data field type “Open Command Prompt“. Click OK to save.
- In the same right pane, right click and go new > key. Name it command and hit enter.
- Select the command key on the left, then right click on the icon in the right pane and go to modify, in the value data field type “cmd.exe /k pushd %L”
- Refresh Windows Explorer.
- Finish & Enjoy!!!
|