How to open, customize and configure Windows Terminal settings

Windows Terminal is a modern host application for different command line shells that you use, like Command Prompt, Windows PowerShell, etc. It lets you open and use different command line shells in different tabs. For example, you can use Command Prompt and Windows PowerShell in the same application, Windows Terminal by opening them in different tabs. This detailed guide shows how to open, customize and configure Windows Terminal settings.

Open, customize and configure Windows Terminal settings

How to open, customize and configure Windows Terminal settings

Windows Terminal is available in Microsoft Store. Hence, if you do not find it on your system, you can install it from there. After installing, you can open, customize and configure Windows Terminal settings in different ways. Here, we will show you how to do that.

How to open Windows Terminal in Windows 11/10

First, let’s see different ways to open Windows Terminal in Windows 11/10. You can open it by using any of the following methods:

  1. Win + X or Power User menu
  2. Windows Search
  3. Run command box
  4. Task Manager
  5. Command Prompt or Windows PowerShell
  6. File Explorer
  7. By creating a desktop shortcut

Below, we have explained all these methods in detail.

1] Open Windows Terminal via Win + X or Power User menu

You can launch Windows Terminal from the Power User menu. The steps for the same are as follows:

  1. Press the Win + X keys or right-click on the Start button.
  2. Select Windows Terminal.

If you want to launch Windows Terminal as an administrator, select Windows Terminal (Admin).

2] Open Windows Terminal from Windows Search

Another way to open Windows Terminal is via Windows Search. Follow the steps provided below:

  1. Click on Windows Search.
  2. Type terminal.
  3. Click Terminal.

If you want to open Windows Terminal as an administrator, right-click on Terminal and select the Run as administrator option.

3] Launch Windows Terminal via the Run Command box

You can use the Run command box for different purposes, like opening different applications, reaching a particular path in File Explorer, etc. To open Windows Terminal via the Run command box, follow the instructions provided below:

  1. Press the Win + R keys. The Run command box will appear.
  2. Type wt.exe.
  3. Click OK.

4] Launch Windows Terminal via the Task Manager

The Task Manager shows all the applications running on your system. You can also use it to manage startup apps. To open Windows Terminal via the Task Manager, go through the following instructions:

  1. Open the Task Manager.
  2. Go to “File > Run new task.”
  3. Type wt.exe and click OK.

If you want to open Windows Terminal with administrative rights, click the “Create this task with administrative privileges” checkbox and then click OK.

5] Launch Windows Terminal via the Command Prompt or Windows PowerShell

You can also use the Command Prompt and Windows PowerShell to open Windows Terminal. To do so, open either Command Prompt or Windows PowerShell and type wt. After that, hit Enter. Windows Terminal will appear on your screen.

If you want to open Windows Terminal as an administrator, you have to launch the Command Prompt or Windows PowerShell as an administrator and run the same command mentioned above.

6] Open Windows Terminal from the File Explorer

The executable file of Windows Terminal is located in File Explorer. You can also launch it directly from there. By default, the Windows Terminal is located at the following location:

%LocalAppData%MicrosoftWindowsApps

Copy the above path, open the File Explorer, and paste the copied path into the address bar of the File Explorer. After that, press Enter. This action will directly open the WindowsApps folder. Now, scroll down and look for the wt exe file. Once you find it, double-click on it to open Windows Terminal.

If you want to open it as an administrator, right-click on the wt exe file and select the Run as administrator option.

7] Open Windows Terminal by creating a desktop shortcut

You can also create a desktop shortcut for Windows Terminal so that you can launch it directly from your desktop. The following steps will help you with that:

  1. Right-click on your desktop.
  2. Go to “New > Shortcut.”
  3. Now, copy the following path and paste it into the required field.
%LocalAppData%MicrosoftWindowsAppswt.exe

Now, click Next. Name the application shortcut and click Finish.

Related: How to run a Profile as Administrator in Windows Terminal.

Customize or change Windows Terminal Startup Settings

You can customize or change Windows Terminal Startup settings. The following Startup settings in Windows Terminal can be customized or changed according to a user’s interest:

  1. Default profile
  2. Default terminal application
  3. Launch on machine startup
  4. When Terminal starts
  5. Launch mode and other options

1] Default profile

The profile that you see after opening the Windows Terminal is the default profile. On my laptop, Windows PowerShell is the default Windows Terminal profile. This can be different in your case. If you want to change this default profile, you can do so in Windows Terminal Settings.

2] Default terminal application

You make Windows open Command Prompt, Windows PowerShell, and other command line tools in Windows Terminal by changing this setting. By default, this option is set to “Let Windows decide.” If you leave it as is, Windows will open each command-line tool separately. For example, if you open Command Prompt or Windows PowerShell from Run or Windows Search, they will be opened in their separate windows. If you select Windows Terminal in the Default terminal application option, all the command line tools will be opened in Windows Terminal.

3] Launch on machine startup

You can turn on this setting if you want Windows Terminal to be opened automatically on system startup. By default, this option is disabled.

4] When Terminal starts

When Windows Terminal starts, it opens a tab with the default profile. For example, if Windows PowerShell is your default Terminal profile, it will be opened in a tab when you open Windows Terminal. If you want to open a tab from the previous session, you can change this setting here.

5] Launch mode and other options

You can change the default Launch mode to Maximized, Fullscreen, Focus, and Minimized focus. In addition to this, you can also change the New instance behavior and the Launch size of Windows Terminal.

Related: Disable Do you want to close all tabs prompt in Windows Terminal.

Change or configure Windows Terminal Interaction settings

You can also change or modify Windows Terminal Interaction settings. The following options are available here:

  1. Automatically copy selection to clipboard
  2. Text format when copying
  3. Remove trailing white-space in rectangular selection
  4. Remove trailing whitespace on paste
  5. Word delimiters
  6. Snap window resizing to character grid
  7. Tab switcher interface style
  8. Automatically focus pane on mouse hover
  9. Automatically detect URLs and make them clickable

1] Automatically copy selection to clipboard

When this setting is turned on, the text you select in Windows Terminal will be copied automatically to the clipboard. By default, it is turned off.

2] Text format when copying

Here you can select the type of formatting for a text while copying it to the clipboard. If you want the text to be copied without any formatting, select the “Plain text only” option.

3] Remove trailing white-space in rectangular selection

When this setting is turned on and you copy text to the clipboard by making a rectangular selection, the trailing white spaces will be removed after each line. When it is turned off, the white-spaces are preserved, ensuring that all lines have the same length.

4] Remove trailing whitespace on paste

When this option is enabled, Windows Terminal will automatically remove trailing white space characters when you paste text to the Terminal.

5] Word delimiters

Word delimiters are the characters that specify a boundary between two words in the Terminal. Spaces, semicolons, commas, and periods are the most common examples of Word delimiters. Here you can add new or remove the existing Word delimiters.

6] Snap window resizing to character grid

When this feature is turned on, the Terminal window will snap to the nearest character boundary on resizing. If you turn it off, the Terminal window will resize smoothly.

7] Tab switcher interface style

Here you can change the Windows Terminal behavior when you switch the tabs by using the keyboard shortcut, Ctrl + Tab (forward tab switching) and Ctrl + Shift + Tab (reverse tab switching). The first two options bring an overlay window while pressing the Ctrl + Tab or Ctrl + Shift + Tab keys to switch the tabs in the Terminal.

8] Automatically focus pane on mouse hover

When you turn on this setting, Terminal will move focus on the pane on which you hover your mouse. If it is turned off, a mouse click is required to focus the pane.

9] Automatically detect URLs and make them clickable

Windows Terminal automatically detects the URLs. When you hover your mouse cursor over a URL in the Terminal, you will see that the URL is underlined. If this option is turned off, Windows Terminal will not detect the URLs automatically.

Related: How to change Starting Directory in Windows Terminal.

Customize Windows Terminal Appearance

Here you can customize the appearance of Windows Terminal. The following options are available under the Appearance category in Terminal:

  1. Change the default Windows Terminal language. This action requires a relaunch.
  2. Theme: By default, Windows Terminal uses the system theme. You can change it to Light and Dark. Windows Terminal also has the option to set a custom theme. But for this, you have to edit the JSON file.
  3. Make Windows Terminal always show tabs, change the width of tabs, etc.
  4. Hide or show the Title bar.
  5. Turn Pane animations on or off.
  6. Make Windows Terminal always stay on top.
  7. Make Terminal always display an icon in the Notification area.
  8. Make the Terminal hide when you minimize it to the bottom. After turning this setting on, the Windows Terminal will be minimized to the System Tray. If this setting is turned off, Windows Terminal will be minimized to the Taskbar.

Related: How to change cursor shape for a Windows Terminal profile.

Customize Color Scheme in Windows Terminal

Different color schemes are available in Windows Terminal. You can change a color scheme by clicking on the respective drop-down. Terminal also has the option to add a new scheme for your profile.

Customize keyboard shortcuts in Windows Terminal

The Actions category in Windows Terminal lists the keyboard shortcuts for different actions. You can change these keyboard shortcuts by clicking on the pencil icon next to them. If you want to create a new keyboard shortcut for a new action in the Terminal, you can do so by clicking on the Add new button.

Manage Profiles in Windows Terminal

The Profiles category in Windows Terminal has the option to manage existing and create new Profiles. For every profile, you can do the following things:

  1. Change the profile name
  2. Change profile icon
  3. Change the tab title
  4. Hide a profile from the drop-down
  5. Make a profile always run as an administrator
  6. Change the profile appearance

You can also change the advanced settings for a particular profile in Windows Terminal.

Related: How to reset Windows Terminal settings to default.

How to use terminal in Windows?

Windows Terminal is a cross-command line tool platform in Windows PCs which lets users use different command line tools. You can use Windows Terminal to execute commands in different tools like Command Prompt, Windows PowerShell, etc. You can also make the most used command line tool your default profile in Terminal.

How do I run a command in Windows Terminal?

Running a command in Windows Terminal is not a difficult task. First, open Windows Terminal and then open the profile in which you want to execute a command, say Windows PowerShell. Now, run the command. There is no difference in the commands that you run in Windows PowerShell separately and Windows PowerShell in Windows Terminal.

Original Article