Skip to content

Add Windows Store for LTSC 2021 (21H2) + New Microsoft Store

Notifications You must be signed in to change notification settings

megakarlach/LTSC-Add-MicrosoftStore-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add Store to Windows 10 Enterprise LTSC

For Windows 10 Enterprise LTSC 2021

This is the updated version which includes the latest version of Store app as of 7/8/2023. Probably kinda buggy but it might work.

Alternatively, you can do "wsreset -i" to install Microsoft Store aswell.

Download

To install, run Add-Store.cmd as Administrator

If you do not want App Installer / Purchase App / Xbox identity, delete each one appxbundle before running to install. However, if you plan on installing games or any app with in-purchase options, you should include everything.
If the store still will not function, reboot. If still not working, open the command prompt as the administrator and run the following command, then reboot once more.
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

Post installation

Once everything is properly installed, run Microsoft Store and check for updates, if found any, install all of them.

Addition troubleshooting

Right click start
Select Run
Type in: WSReset.exe
This will clear the cache if needed.

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%