
Replace the versionNumber with the number of the file you downloaded earlier.Įxample command: Add-AppxPackage Microsoft.WindowsTerminal_Win10_.0_8wekyb3d8bbwe.msixbundle \DownloadsįInally, run the command: Add-AppxPackage Microsoft.WindowsTerminal_.msixbundle Next, navigate to the directory where the downloaded Windows Terminal msix bundle is located: cd. Open the PowerShell as Administrator and run the command: Import-Module Appx -UseWindowsPowerShell If you are using PowerShell version 7.0 and above, start by importing the Appx module which allows you to run commands for managing AppX and MSIX Packages:

Step 2 - Import the Apps PowerShell Module Head over to the Assets section and download the latest release of the Windows Terminal build. Start by navigating to the Windows Termial release page on Github using the link provided below: Step 1 - Download the Windows Terminal msixbundle. Installing the Windows Terminal requires Wind(build 19041) and later. The default method of instaling the Windows terminal is using the Microsoft Store or external package managers such as scoop or chocolatey However, iIn some instances, you may come across an instnace where you do not have access to the Windows store or external package managers. Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and custom themes, styles, and configurations.


The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL.

In this tutorial, you will learn how you can use the PowerShell Add-AppxPackage command to install the Windows Terminal using the msixbundle.
