Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tadghh/windows-fixes

Installs the latest version of Microsoft Store on Windows LTSC
https://github.com/tadghh/windows-fixes

install ltsc ltsc2021 powershell store

Last synced: 26 days ago
JSON representation

Installs the latest version of Microsoft Store on Windows LTSC

Awesome Lists containing this project

README

        

# LTSC Microsoft Store Installer

There are other options online but they rely on using someone elses old crusty packages. This script will always download the latest version of Microsoft Store for your architecture along with all of its dependencies.

# Installing

The script is compatible with PowerShell 5 and later, just make sure to run with admin. If you run into issues please post in the issues tab.

> [!IMPORTANT]
> Run the following command with Admin.

```powershell
Start-BitsTransfer -Source 'https://raw.githubusercontent.com/tadghh/windows-fixes/main/Install-MSStoreLTSC.ps1' -Destination ./store-install.ps1;
Set-ExecutionPolicy Unrestricted -Force;
./store-install.ps1;
Set-ExecutionPolicy RemoteSigned -Force
```