[Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4) +---- Forum: Microsoft Support (https://www.supportforums.net/forumdisplay.php?fid=5) +---- Thread: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) (/showthread.php?tid=13225) |
[Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - AceInfinity - 10-27-2010 [yt]http://www.youtube.com/watch?v=QN6OX-Eg9wo[/yt] (The video is in 1080p high definition, if you want to follow the video instead. Click on the video to go to Youtube.) _________________________________________________ 1) Go to Run, and type in: "Regedit.exe" 2) Click Ok, and open up the Registry Editor 3)Locate "HKEY_LOCAL_MACHINE\Software\Classes\Folder\Shell"
4) Create a new Key (folder) inside of the "Shell" Key. Name this "Command Prompt" or whatever the text you want to show up in the right click menu. (Ex: Cmd, Command, Cmd Prompt, etc...) 5) Create a new key inside of the key you just created, and name it "command" 6) Right click on the string value, and click on "Modify" 7) Change the value to "cmd.exe /k pushd %1" 8) Exit registry editor, and right click on a file somewhere on your computer to look for the new option added. Registry files courtesy of Nemmyy - . Open Command Window Here This shell extension only shows up when your right click on folders Open with Photoshop This shell extension shows up with all file types Updated: Open with Photoshop CS5 64 bit.reg Open with Photoshop CS5 32 bit.reg Open Command Window Here.reg RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - Shippage - 10-29-2010 That's a pretty neat tutorial you have there, it could come very useful. RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - AceInfinity - 10-29-2010 Thanks, I only found it useful because if you have a perl script that you want to locate quickly, and the file you want to open in cmd prompt for example is inside of 10 different folders/directories, then you could just go to the file and open cmd prompt from the file, so that the directory of the file you want to execute is already located in the command line. Perl for educational purposes of course That was just my example. Theres lots of uses for this, and adding this to your registry makes this act as a shortcut to make everything that much faster. RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - the_legend_nl - 11-05-2010 very usefull tut thanks for posting RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - HeY? - 11-05-2010 Thanks for this sick TuT Will use it ! RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - Marik™ - 11-06-2010 That is a pretty great tutorial you got there, OP. I might use this in my next application which will be a notepad only for SupportForums. I plan on making it when you click on the file "hehe.sf" it actually opens it with the notepad I'm going to program. RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - AceInfinity - 11-06-2010 (11-06-2010, 09:15 AM)Marik™ Wrote: That is a pretty great tutorial you got there, OP. sounds good Hope to see this in the future. an application with your own file extension RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - Jet - 11-09-2010 Great tutorial. To make video tutorials better, add voice! I noticed you also added a brief text tutorial, which helps a lot if the video goes to fast. RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - Herm1t - 11-11-2010 Ohh very useful tutorial I never knew i can add Cmd Prompt to Context Menu RE: [Video Tutorial] How to add Cmd Prompt to Context Menu (Right-Click) - AceInfinity - 11-11-2010 (11-11-2010, 08:59 AM)Herm1t Wrote: Ohh very useful tutorial You can add almost anything to the context menu as long as you know the values to input for them and a directory to look for the executable file that is supposed to run. Most aren't really necessary though, I just found this one helped me out with a few shortcuts if you work in cmd prompt a lot Glad you enjoyed it! |