MSDN Documentation

Installing Windows Terminal

This guide provides step-by-step instructions for installing and setting up Windows Terminal, a modern, fast, efficient, and powerful terminal application for users who need to work with command-line tools and shells.

Prerequisites

Installation Methods

Windows Terminal can be installed through several methods, offering flexibility based on your preference and system configuration.

Method 1: Using the Microsoft Store (Recommended)

The Microsoft Store provides the easiest and most up-to-date way to install Windows Terminal. Updates are handled automatically.

  1. Open the Microsoft Store application on your Windows device. You can find it by searching "Microsoft Store" in the Start Menu.
  2. In the Store's search bar, type "Windows Terminal" and press Enter.
  3. Select the official "Windows Terminal" app from the search results. It should be published by Microsoft Corporation.
  4. Click the Get or Install button.
  5. The Store will download and install Windows Terminal automatically.
  6. Once installed, you can find Windows Terminal in your Start Menu or by searching for it.

Method 2: Using Winget (Command-Line Installer)

For users who prefer the command line, winget, the Windows Package Manager, offers a quick installation.

  1. Open Windows PowerShell or Command Prompt as an administrator.
  2. Execute the following command to install the latest stable version:
    winget install Microsoft.WindowsTerminal
  3. Winget will find, download, and install the application.
  4. Follow any on-screen prompts.
If winget is not found, ensure you have the latest version of the App Installer from the Microsoft Store.

Method 3: Installing from GitHub Releases

You can manually download and install release builds directly from the Windows Terminal GitHub repository. This method is useful for developers or those who need a specific version.

  1. Navigate to the official Windows Terminal GitHub releases page: github.com/microsoft/terminal/releases.
  2. Find the latest stable release (usually marked with "Latest").
  3. Scroll down to the Assets section of the release.
  4. Download the appropriate installer package. For most users, this will be the .msixbundle file (e.g., Microsoft.WindowsTerminal_1.x.x.x_x64.msixbundle).
  5. Once downloaded, double-click the .msixbundle file to launch the installer.
  6. Follow the on-screen prompts to complete the installation.

Post-Installation Configuration

After installing Windows Terminal, you can customize its appearance and behavior to suit your needs.

Accessing Settings

Click the dropdown arrow next to the '+' tab button in Windows Terminal and select Settings. This will open the settings UI, or you can directly edit the settings.json file for advanced customization.

Key Customization Options:

For detailed configuration options and advanced customization, please refer to the Windows Terminal Settings Guide.