Skip to main content

Get Started with the New Windows Terminal

Posted October 2019 by Steve Sinchak

The Windows Terminal is a terminal application for Windows 10 that provides convenient access to multiple command-line tools such as command line, Powershell, Powershell Core, Ubuntu, Debian, Kali, Azure Cloud Shell, and more in an easy to use browser like tabbed experience. Additional features include Unicode and UTF-8 character support, custom themes, styles, configurations and GPU accelerated text rendering.  Best of all, Windows Terminal is a free open source project by Microsoft.

Windows Terminal is has become my terminal application of choice as it allows me to have multiple shells open in one organized window just like any popular web browser.  The integration with the Windows System for Linux (WSL) on Windows 10 also means you can easily access all the WSL shells from the Windows Terminal app as well.  Finally an easy way to run  multiple versions of Linux on Windows and easily switch between them.

Current list of shells available in Windows Terminal:

  • Command Prompt
  • Powershell
  • Powershell Core
  • Azure Cloud Shell
  • Ubuntu
  • Ubuntu 16.04 LTS
  • Ubuntu 18.04 LTS
  • OpenSUSE
  • Kali Linux
  • Debian
  • Fedora Remix
  • Pegwin
  • Alpine
  • SUSE Linux Enterprise Server 12

Ready to install Windows Terminal? Let's get started:

  1. Head over to the Windows Terminal Microsoft Store listing by clicking here: https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab  The link should open in your browser and then direct you to open in the Microsoft Store app. If that doesn't work, just open the Microsoft Store app on your Windows 10 PC and search for "Windows Terminal."
  2. Once you arrive on the store listing, simply it the Get button to install.  Alternatively, if you already "purchased" the free app previously on another PC, the button will say Install. 
    Windows Terminal Store Listing
  3. Windows Terminal will now download and automatically install. 
    Windows Terminal Install
  4. Once installed, you can hit the Launch button to start it up, but I like to use a lesser known feature of the Microsoft Store app to pin the app directly to my Taskbar right now to skip a step later.  To do this, click on the three dots next to the launch button, select Pin to Taskbar, and click yes on the confirmation screen. 
    Windows Terminal Pin to Taskbar
  5. Hit the Launch button, if you have not already done so, to start up Windows Terminal.  You will see a familiar tabbed experience with Windows PowerShell opening first.  To open up another shell, you have two options.  First, hit the plus button to open up another PowerShell shell, if you want to open up any other shell, hit the down arrow and select the shell as shown below:
    Windows Terminal Open Additional Shell

Customizing Windows Terminal

On the "down arrow menu" you can also find the Settings option in the menu.  This opens up the settings file behind Windows Terminal called profiles.json in either Notepad or VS Code if you have it installed.  Customizing and changing settings is a little rough around the edges right now as there is no GUI, however, if you are using a terminal, you don't need a GUI.  Just take a look at the Profiles.json documentation posted here on Github to learn what each JSON object is used for and what you can customize.

Reporting Issues

As Windows Terminal is an open source project, if you see an issue, you can fix it yourself in the codebase! If you are not a developer, you can still report an issue on the project's official github page here.

Microsoft Build 2019 - Windows Terminal Deep Dive

Want to learn more about Windows Terminal? Check out this presentation featuring Rich Turner and Michael Niksa from the Microsoft Build 2019 developer conference:

Related Posts


I recently upgraded my home network from gigabit to 10G so I could take advantage of faster transfers between my Synology NAS, Proxmox server, and workstations. But while editing family video clips stored on my NAS, something did not feel right. Every device was connected at 10GbE, but file copy speeds were slower than expected. This made me wonder, are there bottlenecks in my network?

Read More

With remote work the new standard, having a fast and quality Internet connection and WiFi has become as important as reliable electricity. And if you work in IT support, confirming an end user's home internet, internal network, and WiFi is healthy without errors is the first step of troubleshooting any slowness or video conferencing issue with Zoom, Webex or Teams.

Read More

I've written about a few methods over the years to create a bootable USB flash drive from a Windows 10 ISO file.  But recently I switched to using a new tool called Rufus that is both reliable at successfully creating bootable media and automating many steps to quickly get the job done so you can perform a clean install.  This is very helpful when performing a clean install of the [Windows 10 20H2...

Read More

The latest update to Windows 10 known officially as the October 2020 update and 20H2 is ready for use and has begun rolling out.  The final build number of the 20H2 update is 19042 with minor revisions rolling out along with normal security updates via Windows Update. At this time the new build is available to testers before Microsoft pushes it to millions of users in the weeks ahead.  Check out the...

Read More