Standalone scripts to install the Microsoft Store and winget on Windows LTSC.
  • PowerShell 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-06 18:28:18 +00:00
Install-Microsoft-Store.ps1 Trim to standalone Store and winget installers 2026-09-06 18:23:26 +00:00
Install-Winget.ps1 Trim to standalone Store and winget installers 2026-09-06 18:23:26 +00:00
LICENSE Initial Commit 2025-08-04 17:11:22 -07:00
README.md Add README 2026-09-06 18:28:18 +00:00

win-ltsc-scripts

Standalone scripts to install the Microsoft Store and winget on Windows, including LTSC editions where neither ships by default.

Both scripts pull packages straight from Microsoft's own servers.

Scripts

  • Install-Microsoft-Store.ps1: Installs the Microsoft Store and its dependencies (VCLibs, .NET Native, WinUI) via the Windows Update API, then sets the region registry keys required for the Store to function.
  • Install-Winget.ps1: Installs winget and its dependencies from the latest winget-cli release.

Usage

Run as Administrator:

powershell -ExecutionPolicy Bypass -File .\Install-Microsoft-Store.ps1
powershell -ExecutionPolicy Bypass -File .\Install-Winget.ps1

Credit

Forked from ThioJoe/Windows-Sandbox-Tools. Original scripts were built to run inside the Windows Sandbox, these versions are patched to run standalone on a regular system.