Microsoft Store on LTSC
A quick how-to to install the Microsoft Store on Windows 10 LTSC, using packages downloaded from the official Microsoft servers.
Steps
-
On the URL field, enter
https://www.microsoft.com/store/productId/9WZDNCRFJBMP, which corresponds to the Microsoft Store product page itself. -
Download the latest
.appxbundleforMicrosoft.WindowsStorefor your architecture. -
Download the latest
.appxfor the following dependencies. Pay attention to the architecture:Microsoft.NET.Native.Framework.2.2Microsoft.NET.Native.Runtime.2.2Microsoft.UI.Xaml.2.4Microsoft.VCLibs.140.00
-
Open an elevated PowerShell console as an admin.
-
Install both packages using the command
Add-AppxPackage:PowerShellAdd-AppxPackage .\Microsoft.NET.Native.Framework.2.2_*.appx Add-AppxPackage .\Microsoft.NET.Native.Runtime.2.2_*.appx Add-AppxPackage .\Microsoft.UI.Xaml.2.4_*.appx Add-AppxPackage .\Microsoft.VCLibs.140.00_*.appx Add-AppxPackage .\Microsoft.WindowsStore_*.appxbundle -
Done. No need to reboot.