Tweaking.com Support Forums

Main Forum => General Computer Support => Topic started by: Tino on March 12, 2016, 03:36:56 pm

Title: Windows 10 Store - Error 0x80248014
Post by: Tino on March 12, 2016, 03:36:56 pm
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

Title: Re: Windows 10 Store - Error 0x80248014
Post by: Boggin on March 12, 2016, 04:40:56 pm
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.
Title: Re: Windows 10 Store - Error 0x80248014
Post by: Tino on March 13, 2016, 07:06:28 am
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
Title: Re: Windows 10 Store - Error 0x80248014
Post by: Boggin on March 13, 2016, 07:39:07 am
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
Title: Re: Windows 10 Store - Error 0x80248014
Post by: Shane on March 24, 2016, 07:09:06 pm
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
Title: Re: Windows 10 Store - Error 0x80248014
Post by: Boggin on March 25, 2016, 02:05:00 am
If you are still working on this, Clayto, a forum member has found this article which should resolve your problem.

http://www.techtantri.com/windows-10-apps-not-working-download-apps-folder/