Main Forum > General Computer Support
Windows 10 Store - Error 0x80248014
Tino:
Hi all
After I've successfully reinstalld the Windows 10 store Version 1511 Build 10586.164 I'm facing the problem of not being able to download/install apps. - I just get the erroro code 0x80248014 with the silly message to try again later...
WSreset.exe did not help, deleting SoftwareDistribution with no success...
Anybody an idea? ... a solution?
best regards from Switzerland,
Tino
Boggin:
You could open a Command Prompt (Admin) and see what these cmds can do/report.
sfc /scannow
dism /online /cleanup-image /startcomponentcleanup
dism /online /cleanup-image /restorehealth
sfc /scannow
The /restorehealth can appear to hang at 20% but does complete.
If the first sfc reports problems, then the following two dism cmds can sort things (but not always) and the second sfc will show if there's still a problem or not, depending upon what it reported first time around - but the error code could just as well have been generated because of busy servers, so it could be a case of trial & error.
Tino:
Hello Boggin
Thanks a lot for your appreciated feed back. - I've done your proposed cmds but no error was repordet and so no corrections were performed.
In addition I tried the following PowerShell:
set-ExecutionPolicy RemoteSigned
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}
But no success.
Intersting was the error message from PowerShell: ...the package could not be registered. The system could not find the path of "AppxManifest.xml"
...any suggestions are welcome.
best regards from Switzerland,
Tino
Boggin:
It's possible that when you used WR on the apps that it broke it which could account for the latest error message.
Perhaps you should consider one of the repair options - http://www.tenforums.com/tutorials/16397-repair-install-windows-10-place-upgrade.html
Shane:
WR blocks running this command right now
"set-ExecutionPolicy RemoteSigned
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}"
because it is that command itself that breaks the apps, and until MS fixes it I will keep it blocked :-)
Shane
Navigation
[0] Message Index
[#] Next page
Go to full version