Is it possible to have multiple tabs in one PowerShell terminal window on Windows 10?

I need to work with several terminal windows simultaneously, and it's very inconvenient to constantly have to switch between different terminal windows. Is there a way to have multiple tabs in one window? I know it's possible on macOS and Linux, but can't figure out how to configure that on Windows 10.

1

1 Answer

Yes.

You can use The new Windows Terminal or VSCode Integrated Terminal.


Windows Terminal:

In the new terminal app, you can have multiple PowerShell profiles as tabs.

so that you can work with several terminal tabs simultaneously.

The UI looks like browser tabs. You can download it from the Microsoft store or Github.

Visual screen snip of powershell profiles in windows new ternmial app screen snip of powershell profiles in Windows ternmial downloaded from Microsoft store.


VSCode:

In Visual Studio Code, open New Terminal from Terminal Menu on Top bar.

On the right, you can Maximize panel size and can choose the terminal profiles.

The best thing about this vscode terminals is...

Along with seeing them as tabs in the right side, you can split them side by side and work on them at same time.

Visual screen snip of powershell and different profiles in VSCode Integrated terminal maximized snip of multiple Powershells and other profiles in VSCode Integrated terminal panel maximized

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like