How to Install Windows Terminal on Windows 10

Each of these console tabs can be a different shell, such as Windows command prompt, PowerShell, Linux shells installed in WSL, or other user-installed custom shells.

Basically, Windows Terminal is not designed to replace existing consoles like Command Prompt or PowerShell, but rather to give users a new, accessible console option. with more features through support for various shells installed in Windows.

There are different ways for you to install Windows Terminal on your Windows 10 system, ranging from easy to slightly more complicated. It's important to know the different installation methods at the same time, allowing you to install the latest versions correctly, and enjoy more customization with additional themes and support for third-party software. Tuesday. In this article, TipsMake.com will show you 3 ways to install Windows Terminal on Windows 10. Let's find out now.

Install Windows Terminal From Microsoft Store

Of course, the easiest way for you to install Windows Terminal on your Windows 10 computer is to download it from the Microsoft Store. The download link can be found HERE.

How to Install Windows Terminal on Windows 10 Picture 1

After the software is successfully installed, you can easily launch it right on the Microsoft Store by clicking the Launch button.

How to Install Windows Terminal on Windows 10 Picture 2

You can always access the Windows search box to open the Windows Terminal application and even select its default console window. However, we recommend that you launch Windows Terminal in 'Administrator' mode for the full experience.

How to Install Windows Terminal on Windows 10 Picture 3

Install Windows Terminal Through GitHub

If you want, you can also manually download and install different builds for Windows Terminal via GitHub.

You can visit the Windows Terminal page on GitHub and search for the latest version in the 'Assets' section as shown in the illustration below. Click the "msixbundle" link to continue.

How to Install Windows Terminal on Windows 10 Picture 4

The 'msixbundle' package is quickly downloaded and saved on your system.

How to Install Windows Terminal on Windows 10 Picture 5

When you click "Install" to install, you will get a preview of Windows Terminal. Then follow the simple instructions to continue the installation process.

How to Install Windows Terminal on Windows 10 Picture 6

It only takes a few minutes to install the package. You should now be able to launch and use Windows Terminal.

In addition, you can also check the box next to the 'Launch when ready' option if you want Windows Terminal to automatically launch as soon as the installation is complete.

How to Install Windows Terminal on Windows 10 Picture 7

Install Windows Terminal Using Chocolatey

Chocolatey is an extremely versatile and useful tool that allows you to install any software, including third-party ones, on Windows 10 with ease. Chocolatey can also be used to create Discord bots, launch Power Toys, and many other intensive tasks.

First, you open Windows PowerShell, copy the following command into the PowerShell window and press 'Enter:'

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

How to Install Windows Terminal on Windows 10 Picture 8

As shown here, Chocolatey is already installed, so just upgrade. To install Windows Terminal using Chocolatey, you can use the following command.

choco install microsoft-windows-terminal 

How to Install Windows Terminal on Windows 10 Picture 9

Click 'Y' for any 'Yes to all' request.

How to Install Windows Terminal on Windows 10 Picture 10

Wait a moment for the installation to complete. After Windows Terminal is successfully installed, the screen will display the message as below.

How to Install Windows Terminal on Windows 10 Picture 11

Above are 3 ways for you to install Windows Terminal on your Windows 10 system.

4 ★ | 4 Vote

May be interested

  • 6 interesting terminal commands on Mac6 interesting terminal commands on Mac
    terminal is a handy utility, often found on unix-based computers, such as linux and macos. there are many interesting things to do in the terminal. regardless of your experience, you can use these great terminal commands on mac.
  • Microsoft released Windows Terminal with many interesting advantagesMicrosoft released Windows Terminal with many interesting advantages
    in the framework of the ongoing build 2019 conference, microsoft has released official information about the new console for windows 10 in a more modern way, called windows terminal.
  • How to enable transparent background on Windows TerminalHow to enable transparent background on Windows Terminal
    windows terminal is the main command line experience to run command prompt, powershell, as well as linux on windows 10. besides the ability to set custom themes and change the background color, you can also apply acrylic background to add effects. crystal-clear.
  • How to Install and Uninstall Applications from Terminal in UbuntuHow to Install and Uninstall Applications from Terminal in Ubuntu
    if you're new to ubuntu and you're thinking about that how to install and uninstall software on your os, then you should read this article. you can install and uninstall software on ubuntu in two ways: through command line (terminal) or...
  • How to use Terminal on a MacHow to use Terminal on a Mac
    terminal on mac is a command line interface that allows you to use unix commands to complete some tasks much faster than using a graphical user interface (gui). with the terminal command, you can open files, improve your mac's performance, and more. here's how to use terminal on mac, including some basic commands you can get started.
  • 8 best free Terminal Emulator apps for Android8 best free Terminal Emulator apps for Android
    terminal emulator applications on android are handy when you want to execute commands within the android operating system just like on linux.
  • How to enter and exit Focus Mode in Windows TerminalHow to enter and exit Focus Mode in Windows Terminal
    focus mode in windows terminal is often useful when working with projects that require extreme concentration. this feature blocks all notifications and distractions so you can work without interruption.
  • Windows Terminal will soon become the default terminal emulator in Windows 11Windows Terminal will soon become the default terminal emulator in Windows 11
    the terminal emulator is a factor that greatly affects the user experience when using the command prompt or powershell shell on windows.
  • How to fix the problem of being unable to enter Terminal in LinuxHow to fix the problem of being unable to enter Terminal in Linux
    nothing is perfect and sometimes, even terminal can stop responding or ignore what you type. if your terminal crashes and you can't enter it, here are some of the most common causes and solutions for them.
  • How to Install Ubuntu Tweak 0.5.1 in UbuntuHow to Install Ubuntu Tweak 0.5.1 in Ubuntu
    if you wanna to install this package manually, just go to their homepage. there you will be able to see which versions are available and which version you need. second way is to install this application through terminal using three simple...