Microsoft Terminal Client



The new Windows terminal was released back in June of 2019 and has brought several exciting and modern features such as support for tabs, availability for in-depth styling, as well as a configurable JSON file to the Windows Command Line environment. A Terminal Emulator based on UWP and web technologies. Features Terminal for PowerShell, CMD, WSL or custom shells Built-in support for SSH and Mosh connections Supports tabs and multiple windows Theming and appearance configuration Import/Export themes Import iTerm themes Fullscreen mode Editable keybindings Search function Configure shell profiles to quickly switch between different shells.

-->

Windows Terminal is a modern terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and Windows Subsystem for Linux (WSL). Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and the ability to create your own themes and customize text, colors, backgrounds, and shortcuts.

Microsoft terminal services client control c#

Note

What's the difference between a console, a terminal, and a shell? Read Scott Hanselman's explanation.

Multiple profiles supporting a variety of command line applications

Any application that has a command line interface can be run inside Windows Terminal. This includes everything from PowerShell and Command Prompt to Azure Cloud Shell and any WSL distribution such as Ubuntu or Oh-My-Zsh.

Customized schemes and configurations

Client

You can configure your Windows Terminal to have a variety of color schemes and settings. To learn how to make your own color scheme, visit the Color schemes page. You can also find custom Terminal configurations in the Custom terminal gallery.

Custom actions

There are a variety of custom commands you can use in Windows Terminal to have it feel more natural to you. If you don't like a particular keyboard shortcut, you can change it to whatever you prefer.

Microsoft Terminal Server Client

For example, the default shortcut to copy text from the command line is ctrl+shift+c. You can change this to ctrl+1 or whatever you prefer. To open a new tab, the default shortcut is ctrl+shift+t, but maybe you want to change this to ctrl+2. The default shortcut to flip between the tabs you have open is ctrl+tab, this could be changed to ctrl+- and used to create a new tab instead.

You can learn about customizing shortcuts on the Actions page.

Unicode and UTF-8 character support

Windows Terminal can display Unicode and UTF-8 characters such as emoji and characters from a variety of languages.

GPU accelerated text rendering

Windows Terminal uses the GPU to render its text, thus providing improved performance over the default Windows command line experience.

Background image support

Best Windows Terminals

You can have background images and gifs inside your Windows Terminal window. Information on how to add background images to your profile can be found on the Profile - Appearance page.

Command line arguments

You can set Windows Terminal to launch in a specific configuration using command line arguments. You can specify which profile to open in a new tab, which folder directory should be selected, open the terminal with split window panes, and choose which tab should be in focus.

For example, to open Windows Terminal from PowerShell with three panes, with the left pane running a Command Prompt profile and the right pane split between your PowerShell and your default profile running WSL, enter:

Microsoft Terminal Services Client Windows 10

Learn how to set up command-line arguments on the Command line arguments page.





Comments are closed.