Some AD policies may prohibit use and installation of the Windows Store. This is troublesome for installing the Windows Terminal, which is helpful for using multi command prompt tabs.
- Download Winget CLI Check for the latest applicable release of Winget CLI https://github.com/microsoft/winget-cli
Open a Powershell terminal in Admin Mode.
Invoke-WebRequest -Uri "https://github.com/microsoft/winget-cli/releases/download/v1.2.10271/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle" -OutFile "winget.msixbundle"
- Install Winget
Add-AppxPackage winget.msixbundle
- Use Winget to Install Windows Terminal
winget install --id=Microsoft.WindowsTerminal -e
To open new panes press: ALT + CTRL + +