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:

Zig basic Windows application using win32 API

Zig basic Windows application using win32 API Info : OS: Windows 10 IoT LTSC 2021 Zig: 0.15.2 Sample application using zigwin32, Window...