forked from mirrors/Windows-Sandbox-Tools
Standalone scripts to install the Microsoft Store and winget on Windows LTSC.
- PowerShell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| Install-Microsoft-Store.ps1 | ||
| Install-Winget.ps1 | ||
| LICENSE | ||
| README.md | ||
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.