
:no_upscale()/cdn.vox-cdn.com/uploads/chorus_asset/file/16497220/terminal1.jpg)
The program is set up to run Command Prompt, PowerShell, WSL, SSH, and Azure Cloud Shell Connector in different tabs. Basically, this app lets you run any application from the command line, including all Windows emulators, in a separate tab. Install ChocolateyĮxecute this PowerShell cmdlet in a UAC elevated PowerShell console: Set-ExecutionPolicy Bypass -Scope Process -Force ::SecurityProtocol = ::SecurityProtocol -bor 3072 iex ((New-Object ).Windows Terminal is a terminal emulator that Microsoft developed as a replacement for the traditional Windows Console for Windows 10 and later. If you're using Chocolatey as your package manager, Windows Terminal also has a chocolatey package. Note: When you install the Windows Terminal manually like this, it will not automatically update itself. In our example, we downloaded the v.0 version, so our cmdlet would look like this: Add-AppxPackage -Path. If you're using PowerShell 7+, you will need to run Import-Module Appx -UseWindowsPowerShell before executing Add-AppxPackage.Īdd the MSIX bundle and install Windows Terminal using PowerShell by executing this in a UAC elevated PowerShell console: Add-AppxPackage -Path.

PowerShell cmdlet to download MSIX bundle: Invoke-WebRequest -Uri -outfile Microsoft.WindowsTerminal_.0_8wekyb3d8bbwe.msixbundle Install MSIX Bundle

You can download the Windows Terminal MSIX bundle manually from GitHub or you can download it using a PowerShell cmdlet.ĭownload Windows Terminal MSIX bundle from GitHub: Install MSIX using PowerShell Get MSIX Bundle

Microsoft recommends installing the Windows Terminal through the Windows Store, but if you are using a server where you do not wish to login to the Windows Store application, you can install Windows Terminal using the MSIX bundle provided on Windows Terminal GitHub repository or by using Chocolatey.
