Reinstalling the Windows Store
Solved
Mots croisés
Posted messages
3059
Registration date
Status
Membre
Last intervention
-
Loki -
Loki -
Hello,
I want to reinstall (after uninstalling) the Windows Store on my PC.
After much searching on Google, I haven't found any solutions.
Are there any? If so, how do I proceed?
I should clarify that I didn't disable the Windows Store, I uninstalled it.
Thank you
Configuration: Windows / Firefox 55.0
--
Without the Helpers, our digital wandering would be endless - Crossword
I want to reinstall (after uninstalling) the Windows Store on my PC.
After much searching on Google, I haven't found any solutions.
Are there any? If so, how do I proceed?
I should clarify that I didn't disable the Windows Store, I uninstalled it.
Thank you
Configuration: Windows / Firefox 55.0
--
Without the Helpers, our digital wandering would be endless - Crossword
6 réponses
Hello everyone.
After some research, none of the solutions provided here worked or suited my case, I found the solution here: https://www.cnet.com/how-to/how-to-reinstall-default-apps-in-windows-10/
In summary:
1 - Open Windows PowerShell (admin) by right-clicking on the Windows logo (the window) at the bottom left of the screen;
2 - Copy and paste this: Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11803.1001.8.0_x86__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode
3 - Let your PC work for a few seconds and you should find the Windows Store again.
Good luck.
After some research, none of the solutions provided here worked or suited my case, I found the solution here: https://www.cnet.com/how-to/how-to-reinstall-default-apps-in-windows-10/
In summary:
1 - Open Windows PowerShell (admin) by right-clicking on the Windows logo (the window) at the bottom left of the screen;
2 - Copy and paste this: Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11803.1001.8.0_x86__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode
3 - Let your PC work for a few seconds and you should find the Windows Store again.
Good luck.
For my part, on 03/11/2019 with Windows 10 in 64 bits, the path was different but I easily found it:
Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11811.1001.18.0_x64__8wekyb3d8bbwe\appxmanifest.xml" -DisableDevelopmentMode
If this can help someone else :o)