Friday, April 28, 2023

Install Windows Terminal using winget

Install Windows Terminal using winget

Windows Terminal is a new, modern, feature-rich, productive terminal application for command-line users. It includes many of the features most frequently requested by the Windows command-line community including support for tabs, rich text, globalization, configurability, theming & styling, and more.

To install Windows Terminal using winget, do:
PS C:\>winget install Microsoft.WindowsTerminal
Note:
To install winget on Windows 2022 follow this link.

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...