Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megakarlach/ltsc-add-microsoftstore-2021
Add Windows Store for LTSC 2021 (21H2) + New Microsoft Store
https://github.com/megakarlach/ltsc-add-microsoftstore-2021
microsoft-store windows windows-10 windows-10-ltsc windows10 windows10ltsc
Last synced: 3 months ago
JSON representation
Add Windows Store for LTSC 2021 (21H2) + New Microsoft Store
- Host: GitHub
- URL: https://github.com/megakarlach/ltsc-add-microsoftstore-2021
- Owner: megakarlach
- Fork: true (kkkgo/LTSC-Add-MicrosoftStore)
- Created: 2023-07-08T11:54:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-20T08:37:24.000Z (9 months ago)
- Last Synced: 2024-09-24T20:32:51.177Z (3 months ago)
- Topics: microsoft-store, windows, windows-10, windows-10-ltsc, windows10, windows10ltsc
- Language: Batchfile
- Homepage:
- Size: 83.5 MB
- Stars: 22
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Add Store to Windows 10 Enterprise LTSC
For Windows 10 Enterprise LTSC 2021This 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](https://github.com/kr0tchet/LTSC-Add-MicrosoftStore-2021/archive/refs/heads/master.zip)
## 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.