Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
Download Windows Store With One CMD
- Host: GitHub
- URL: https://github.com/adasjusk/windows-store-aio
- Owner: adasjusk
- Created: 2024-06-06T11:21:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T14:51:06.000Z (6 months ago)
- Last Synced: 2024-12-22T00:44:35.970Z (4 days ago)
- Topics: microsoft, microsoft-store, windows, windows-10, windows-11, windows-store
- Language: Batchfile
- Homepage: http://www.theadastech.run.place/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.