[go: up one dir, main page]

orca.pet

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

  1. Go to https://store.rg-adguard.net/.

  2. On the URL field, enter https://www.microsoft.com/store/productId/9WZDNCRFJBMP, which corresponds to the Microsoft Store product page itself.

  3. Download the latest .appxbundle for Microsoft.WindowsStore for your architecture.

  4. Download the latest .appx for the following dependencies. Pay attention to the architecture:

    • Microsoft.NET.Native.Framework.2.2
    • Microsoft.NET.Native.Runtime.2.2
    • Microsoft.UI.Xaml.2.4
    • Microsoft.VCLibs.140.00
  5. Open an elevated PowerShell console as an admin.

  6. Install both packages using the command Add-AppxPackage:

    PowerShell
    Add-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
    

  7. Done. No need to reboot.