9

I pressed Win and typed in "PowerShell". However, since there's already a PS console window open, the computer switched the focus to it, instead of, as I intended, open a new one.

How can I open a new instance of a PowerShell console window? Preferably from Start menu. For pedagogic reasons, I need it to be big and blue so starting PS from command prompt won't do in this case. :)

4 Answers4

8

Run at powershell:

start powershell

May use Start-Process or saps alias.

STTR
  • 6,891
4

You can middle click on the already opened Windows Powershell on Windows toolbar below (It will open an new instance of that program) or you can also type powershell in start menu, but instead of hitting enter, you just right click on Windows Powershell and choose Open in new window

kv1dr
  • 156
2

After typing PowerShell into search, hold Shift while pressing Enter to open a new instance.

0

Win + R - keyboard shortcut to open run.

Then type powershell. Press enter.

Edit: Windows 10

eric f
  • 241