This is a cool productivity trip, and one that I ran into by accident. I had heard that I could launch a command prompt by typing cmd in the address. That works, and it’s cool. It even works with ConEmu, which is my default command window.
However, while I was looking for other hints, I found that Powershell_ISE also works. That will launch the Powershell_ISE editor with the current folder as the default one in the lower pane. The “open” dialog, is still a the previous location, but I’m not sure how easy that is to change.
In any case, here’s how this works. Browse to a folder in Exporer, such as a GitHub repo I have:
Type “powershell_ise”
Hit Enter, and the ISE appears. Note the path in the lower pane.
That’s it.
Quick, easy, and if you want to get to the ISE quickly to do something, or write some code, this is one way to do from a folder.
Filed under: Blog Tagged: powershell, syndicated