Forum Discussion
windracer
Apr 11, 2018Brass Contributor
Windows Store apps can't download/run (1803 17133.73)
On the last two Insider Preview builds (17133.1 and now 17133.73) none of my Windows Store apps will run. This means I can't submit the bug via the Feedback Hub. When I check the downloads in the Win...
nagarjuna pampana
Apr 16, 2018Copper Contributor
this video helped
https://www.youtube.com/watch?v=lqRuZwBkp3w
but all the apps get deleted and only windows store app is reinstalled again
so you have to download them all.
windracer
Apr 16, 2018Brass Contributor
And you were able to successfully reinstall all the apps, including the Feedback Hub?
- nagarjuna pampanaApr 16, 2018Copper Contributor
well, the previously non-functional apps are working fine, though I haven't installed feedback hub yet, sorry mate I'm on mobile data
- windracerApr 16, 2018Brass Contributor
I ran that command to remove all the store apps, and now I can't get the Windows Store app re-installed. Ugh.
Found someone else with the exact same problem:
They use the Binisoft Windows Firewall Control app, which I also use. Trying to get more detail to see how they fixed the problem.
Although I'm worried now I really messed everything up by removing the apps now that I can't re-install the Store. :(
- nagarjuna pampanaApr 16, 2018Copper Contributor
have you restarted your pc?
try disabling defender and any sort of firewall and run this command through power shell admin (right click windows icon)
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}