Author Topic: Windows 10 Store - Error 0x80248014  (Read 17261 times)

0 Members and 1 Guest are viewing this topic.

Offline Tino

  • Newbie
  • *
  • Join Date: Mar 2016
  • Posts: 5
  • Location: Switzerland
  • Karma: 0
    • View Profile
Windows 10 Store - Error 0x80248014
« 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


Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Store - Error 0x80248014
« Reply #1 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.

Offline Tino

  • Newbie
  • *
  • Join Date: Mar 2016
  • Posts: 5
  • Location: Switzerland
  • Karma: 0
    • View Profile
Re: Windows 10 Store - Error 0x80248014
« Reply #2 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

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Store - Error 0x80248014
« Reply #3 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

Offline Shane

  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9281
  • Location: USA
  • Karma: 137
  • "Knowledge should be shared not hidden."
    • View Profile
Re: Windows 10 Store - Error 0x80248014
« Reply #4 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

Offline Boggin

  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Jul 2014
  • Posts: 10182
  • Location: UK
  • Karma: 122
    • View Profile
Re: Windows 10 Store - Error 0x80248014
« Reply #5 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/