I often find myself needing to open up a command line on a specific directory. Since Windows Explorer is almost always open on my machine while I'm developing, it makes perfect since that I'd want to use Windows Explorer to open up a command line prompt in a specific directory via the context menu. How can you do this you ask? You edit the registry.
This is not a new tip. It's been around since Windows 95. There's even been a Microsoft PowerToy that does this for every version of Windows, but essentially all it does is create some registry entries for you. I prefer manually editing the registry, as I then have complete control over how I want the listing to appear.
Feel free to change the "Command Prompt Here" setting to however you want the listing to appear in your context menu. If you prefer, you can take the code below, save it as "command_prompt.reg" and then merge it to your Registry by right-clicking on the file and choosing "Merge".
1 Comments
Comments for this entry have been disabled.