Chocolatey

Launch Powershell and run command:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))


Check to see if installation was successful

Choco

or

choco -?


Next install applications such as the windows terminal:

choco install microsoft-windows-terminal


To upgrade the application such as windows terminal run command:

choco upgrade microsoft-windows-terminal



https://computingforgeeks.com/easy-way-to-install-windows-terminal-on-windows/