windowspowershellconsole2

Can Console2 be used with Powershell?


I'm a big Console2 fan, and I've recently been introduced to the power of PowerShell. Is it possible to have the latter (aka the PowerShell interpretive shell) inside the former?


Solution

  • In Console2 settings, set the shell to:

    %SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exe

    Because for something this simple a blog post is not an answer.