Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adasjusk/windows-store-aio

Download Windows Store With One CMD
https://github.com/adasjusk/windows-store-aio

microsoft microsoft-store windows windows-10 windows-11 windows-store

Last synced: 7 days ago
JSON representation

Download Windows Store With One CMD

Awesome Lists containing this project

README

        

# Add Store to Windows 10\11
## To install, run Windows-Store-AIO.cmd
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}"```
## Addition troubleshooting
>Right click start
Select Run
Type in: WSReset.exe
This will clear the cache if needed.