This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| *** Install Windows Terminal without the Store *** | |
| If the Store app is not available on the system, the only option is to download the package from GitHub and install it using PowerShell. This does not require elevated privileges because the MSIX package is set up separately for each user. | |
| There are always multiple versions of Windows Terminal available on GitHub. As a rule, you will opt for Latest, i.e., the current GA release. There, you select the file | |
| Microsoft.WindowsTerminal Win10 <Version> 8wekyb3d8bbwe.msixbundle. | |
| The packages with "PreinstallKit.zip" in their names are intended for offline integration into a Windows image. | |
| #> |