# Windows Terminal

## What's Windows Terminal?

Windows Terminal is a modern host application for the command-line shells, like Command Prompt, PowerShell, and bash (via Windows Subsystem for Linux (WSL)). Why you must use Windows Terminal as Default for Windows command line on your Windows?&#x20;

Here of main feature of Windows Terminal:

* Multiple Tabs and Panes
* Multiple Profiles supporting a variety of cammand linke applications
* Unicode and UTF-8 character support
* GPU accelerated text rendering engine, so it provides better performance than the default Windows command line
* Ability to create your own themes and customize text, colors, backgrounds, and shortcuts

## How to set Windows Terminal as Default Windows command line?

* First you must install Windows Terminal, you can download it from Microsoft Store&#x20;

<a href="https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&#x26;gl=ID" class="button primary" data-icon="microsoft">Windows Terminal</a> Or using Winget

{% code overflow="wrap" %}

```powershell
winget install -e --id Microsoft.WindowsTerminal
```

{% endcode %}

* After finish install, open Windows Terminal and go to Setting (by Clicking down arrow in the top and click Settings)

<figure><img src="/files/2JH9f3HXDI6D62Lx7ICb" alt=""><figcaption><p>Open Settings</p></figcaption></figure>

* Page Settings opened and Change "Default Terminal Aplication" to Windows Terminal (See Screenshot)

<div><figure><img src="/files/wBFl9Fv2afQ3FHY8fiRP" alt=""><figcaption><p>Default Terminal Aplication</p></figcaption></figure> <figure><img src="/files/Y9Pgqjt2Nbagrp7GPJMc" alt=""><figcaption><p>Change to Windows Terminal</p></figcaption></figure></div>

* And Done

{% hint style="success" icon="user-group" %}
[Morphe XSN Lite Channel](https://eksan127.gitbook.io/xsn-lite#join-xsn-lite-channel)

* <i class="fa-telegram">:telegram:</i> [Telegram](https://t.me/morphexsnlite)
* <i class="fa-whatsapp">:whatsapp:</i> [WhatsApp](https://whatsapp.com/channel/0029Vb5lYPi7YSd3ugsaVS2Z)
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eksan127.gitbook.io/xsn/wiki/windows-terminal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
