Skip to content

Instantly share code, notes, and snippets.

View abhagatbb's full-sized avatar
💭
💪strengthening code muscle

Abhijeet Bhagat abhagatbb

💭
💪strengthening code muscle
View GitHub Profile
@abhagatbb
abhagatbb / instal-windows-terminal.ps1
Last active May 10, 2026 16:02
Install Windows Terminal without the Store
<#
*** 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.
#>