Goto https://github.com/microsoft/terminal/releases and select the latest version (not preview)
e.g. https://github.com/microsoft/terminal/releases/tag/v1.22.10731.0
Under the version download the msixbundle
Microsoft.WindowsTerminal_1.22.10731.0_8wekyb3d8bbwe.msixbundle
Download the PreinstallKit
Microsoft.WindowsTerminal_1.22.10731.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit.zip
Unpack the PreinstallKit.zip
Launch Powershell console as an Administrator
Change directory to the unzipped preinstall kit and install the Microsoft.UI.Xaml bundle for your processor architecture
1 2 | cd C:\Users\tgn-super\Downloads\Microsoft.WindowsTerminal_1.22.10731.0_8wekyb3d8bbwe.msixbundle_Windows10_PreinstallKit Add-AppxPackage -Path .\Microsoft.UI.Xaml.2.8_8.2501.31001.0_x64__8wekyb3d8bbwe.appx |
Now change directory and install the Windows terminal bundle:
1 | Add-AppxPackage -Path .\Microsoft.WindowsTerminal_1.22.10731.0_8wekyb3d8bbwe.msixbundle |
0 Comments