How to Use the Windows Terminal Installer

In this guide, we'll walk you through how to install Windows Terminal using the Windows Terminal Installer and explore the key features that make this tool indispensable.

Posted by @Lucas October 10, 2024 Updated By @Lucas October 10, 2024

Windows Terminal has quickly become a favorite tool for developers and IT professionals. It’s a powerful, modern, and open-source terminal application for Windows 10 and 11 that allows you to run multiple command-line tools, like PowerShell, Command Prompt, and even the Windows Subsystem for Linux (WSL), all in a single window. In this guide, we'll walk you through how to install Windows Terminal using the Windows Terminal Installer and explore the key features that make this tool indispensable.

If you’re a developer or system administrator, mastering the Windows Terminal Installer will enhance your productivity and give you the tools you need for seamless system management.


Why Use Windows Terminal?

Before diving into the installation process, let’s briefly touch on why Windows Terminal is so essential.

Windows Terminal offers:

  • Tabbed interfaces to manage multiple sessions efficiently.
  • Customization options like background images, transparency, and themes.
  • Support for Unicode and UTF-8 characters, which allows smooth handling of different languages.
  • Rich text and emoji support.
  • GPU-accelerated text rendering for high-speed performance.

This terminal app is designed to give a modern touch to your workflow, especially if you frequently work with various command-line tools.


Methods to Install Windows Terminal

There are several ways to install Windows Terminal, including manual downloads from GitHub and using Windows Terminal Installer methods like the Microsoft Store, Winget, or Chocolatey. We will focus on these three methods for installing Windows Terminal.


1. Install Windows Terminal from Microsoft Store

One of the easiest ways to install Windows Terminal is by using the Microsoft Store, which ensures automatic updates and simple management.

Step-by-Step Process:

  1. Open Microsoft StoreLaunch the Microsoft Store from your Start Menu.

  2. Search for Windows TerminalType “Windows Terminal” into the search bar.

  3. Click InstallOnce you’ve found the app, click "Install." The installation will automatically begin.

  4. Launch Windows TerminalAfter installation, click "Launch" to open the application.

  5. Optional: Pin Windows TerminalYou can right-click the icon in your taskbar and pin it for easy access.

Advantages of Installing via Microsoft Store:

  • Automatic updates: The Microsoft Store version of Windows Terminal will receive automatic updates.
  • Simple installation: The store offers a one-click install without needing to navigate command-line options.

2. Installing Windows Terminal via Winget (Windows Package Manager)

Winget is Microsoft’s official package manager for Windows, allowing you to install software through the command line. It’s a great tool for developers who want a more streamlined way to manage installations.

Step-by-Step Guide:

  1. Open Windows TerminalFirst, open an instance of PowerShell or Command Prompt using your existing terminal or a default terminal.

  2. Check Winget AvailabilityType the following to ensure Winget is installed:

    
     

    bash

    复制代码

    winget --version

    If it’s not installed, you may need to update your Windows or install Winget separately from GitHub.

  3. Install Windows TerminalTo install Windows Terminal via Winget, simply run the following command:

    
     

    bash

    复制代码

    winget install Microsoft.WindowsTerminal

  4. Launch Windows TerminalOnce the installation is complete, you can type "Windows Terminal" in the search bar or run it directly from the command line.

Advantages of Installing via Winget:

  • Scripting capabilities: Winget allows you to script your installations, making it a powerful tool for setting up environments across multiple machines.
  • Command-line management: Perfect for developers who prefer working in the terminal.

3. Installing Windows Terminal via Chocolatey

Chocolatey is a popular package manager for Windows that works similarly to Winget but with additional features and packages.

Step-by-Step Guide:

  1. Install ChocolateyBefore you can install Windows Terminal using Chocolatey, you need to install Chocolatey itself. Open PowerShell as an administrator and run the following command:

    
     

    bash

    复制代码

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

  2. Install Windows TerminalAfter Chocolatey is installed, you can use it to install Windows Terminal by typing:

    
     

    bash

    复制代码

    choco install microsoft-windows-terminal

  3. Launch Windows TerminalLike the previous methods, you can now launch Windows Terminal by searching for it or running it from the command line.

Advantages of Installing via Chocolatey:

  • Extensive package management: Chocolatey is highly versatile and has a vast library of packages, making it a great option for developers.
  • Scripting and automation: Just like Winget, Chocolatey is suitable for automated environments and scripting installation processes.

Customizing Windows Terminal

Once you’ve installed Windows Terminal using one of the methods above, you can start customizing it to suit your preferences. Below are a few key customization options you can explore:

1. Changing Themes

Windows Terminal allows you to change its color schemes, background images, and transparency. Here’s how:

  • Open the settings by clicking the dropdown arrow in the terminal window and selecting "Settings."
  • Navigate to the "Color schemes" section to choose predefined themes or create your own.

2. Adding Profiles

You can add profiles for different shells like PowerShell, Command Prompt, or even WSL distributions.

  • Open Settings, click on "Add new" under the "Profiles" tab, and choose the shell you want to add.
  • Customize the profile’s appearance and behavior to your liking.

3. Keyboard Shortcuts

Windows Terminal supports custom keyboard shortcuts that allow for quicker navigation between tabs and panes.

  • Head to the "Actions" tab in the Settings, where you can create or modify shortcuts based on your workflow.

Updating and Uninstalling Windows Terminal

Keeping your Windows Terminal updated is essential for accessing new features and security patches. If you installed the app via Microsoft Store, updates will occur automatically. However, if you used Winget or Chocolatey, you will need to manually update the terminal using the following commands:

  • Winget update:

    winget upgrade Microsoft.WindowsTerminal

  • Chocolatey update:

    choco upgrade microsoft-windows-terminal

Uninstalling is equally straightforward. You can uninstall it via the Settings > Apps & features menu or using package managers with these commands:

  • Winget uninstall:

    winget uninstall Microsoft.WindowsTerminal

  • Chocolatey uninstall:

    choco uninstall microsoft-windows-terminal

Organize Your Windows Computer with Expert Disk Management Tool

You can try AOMEI Partition Assistant to quickly manage your disks. AOMEI Partition Assistant is a powerful disk management utility that can completely address the deficiencies of the built-in disk partition manager in Windows 10. It is compatible with Windows 7, 8, 10, and 11.

For instance, the AOMEI Partition Assistant enables you to extend a partition regardless of whether there is unallocated space immediately adjacent to the extended partition in Windows. Only if there is unallocated space adjacent to the partition, whether on the left or right side, can the Resize/Move Partition feature of AOMEI Partition Assistant assist in expanding the partition by utilizing the unallocated space.

Conclusion

The Windows Terminal Installer offers several convenient methods for installing and managing your terminal application, whether you prefer the Microsoft Store, Winget, or Chocolatey. The versatility and customization options make Windows Terminal a must-have tool for developers, administrators, and anyone who frequently works with command-line interfaces. Now that you know how to install and customize it, you can optimize your workflow and take full advantage of what Windows Terminal has to offer.