I would like to have a tab open for PowerShell inside of my VS2012. There are other consoles that I have access to, such as "Command Window" and "Package Manager Console" Is there any way to get a Powershell console window open? I've attached an image that shows where I would like the PS window.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
|||
|
|
closed as off topic by MainMa, FrustratedWithFormsDesigner, Robert Harvey, thorsten müller, Walter Jan 25 at 20:27
Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
The package manager console is just a powershell window with a few cmdlets automatically loaded. You can execute powershell right in it. |
|||
|
|