Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, November 8, 2015 6:44 PM
In the store i cant download anything it say to wait a second i wait 2 day. This comes up Error Code 0x80240438
please sort this out because i need to donload app for school. Also i know millions of other with the same problem.
Another bug in your server.
Disapointing after that windows 8 failed
:<
All replies (2)
Monday, November 9, 2015 12:31 AM ✅Answered
Type the following 4 commands at the CMD prompt (admin):
dism /online /cleanup-image /restorehealth
sfc /scannow
powershell
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Close the CMD window
Reboot and recheck.
S.Sengupta, Windows Experience MVP
Tuesday, November 10, 2015 5:14 AM ✅Answered
Hi 16wilsog,
What is your current sitaution?
0x80240438 is a server side error. Which means currently the Server is not available.
We may wait for about one or two hours and then check the update again.
Besides, take a try with the powershell command mentioned, open powershell with admin rights, then copy and paste the following:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Which would re-register the app.
Regards
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.