Tutorial - Add Windows Store To Windows LTSC

Xploit Machine

Well-known member
Joined
Nov 29, 2022
Messages
1,280
Reaction score
110
Add Windows Store To Windows LTSC

Download the store files either from the mega.nz link below or directly from the GitHub link. It's better to visit Github in case there is an updated version in the future. Mega download link https://mega.nz/folder/JgkxQDCL#ZMQlV9x9XChezzP1waEzpA or github.com/kkkgo/LTSC-Add-MicrosoftStore

After unzipping the file, run Add-Store.cmd as Administrator and after the installation finishes, you should see the Store Icon on your start menu. In case you want to download and install store apps from other sources (torrents for example) you need to go to Settings/Update and security/Use Developer features (or press windows key and type devel) and enable the option Sideload apps (similar to Android options) as you see on the screen below;
1752821087191.png

Things don't always go as we wish so in case you don't see the Microsoft store do a restart. If that doesn't solve the problem then run CMD as administrator and issue the following command (copy-paste).
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

Copy all of the red text at once, because it's one command. If the above won't work, then there is no easy cure for it. Either some other packages/options are missing from windows and I can't know which ones or there is something wrong with your version of windows. Those who wish to just load an app and not have the App Store you can use the following site: store.rg-adguard.net (copy-paste) and get a direct link to download for any app from the store web site.
1752821190233.png
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top