Share via

Cache may be damaged

Anonymous
2018-04-14T08:29:03+00:00

So I am having trouble downloading or updating most apps or games from the Microsoft Store, and I have tried multiple routes to fix the problem. When I use the App Diagnostic tool it constantly pops up with cache may be damaged and that it was fixed I went to look in the folder, and it was completely empty before I added the folder and named it cache. I keep seeing everyone else has a file called _sessionstate. The code that keeps popping up is 0xC0EA000A.

Windows for home | Windows 10 | Microsoft Store

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

9 answers

Sort by: Most helpful
  1. Anonymous
    2018-04-14T08:48:37+00:00

    I tried the sfc scan first ill try again just in case though.

    Was this answer helpful?

    0 comments No comments
  2. Sumit 43,801 Reputation points Volunteer Moderator
    2018-04-14T08:44:26+00:00

    Hello,

    Try doing a repair install. A repair Install keeps everything and reinstalls Windows.

    http://www.yourwindowsguide.com/2016/06/how-to-...

    http://www.tenforums.com/tutorials/16397-repair...

    The best and the easiest way is to use first method in the first article.

    Was this answer helpful?

    0 comments No comments
  3. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2018-04-14T08:39:15+00:00

    Try following -

    1. Run Built-in & Guided Walk through Windows Update troubleshooter

    Built-in : Type troubleshoot in Windows Start Search box > Click Troubleshoot > Click Windows update > Troubleshoot

    Guided Walk though - https://support.microsoft.com/en-us/help/10164/...

    1. Create a New User Account and login with this new User Account to rule out corruption in user profile

    https://support.microsoft.com/en-us/help/402692...

    1. Check your Antivirus

    Update your AV to the latest

    Temporarily uninstall / disable AV

    1. Run SFC and DISM to check and repair Windows files

    https://answers.microsoft.com/en-us/windows/for...

    1. Check the date and time as well as Timezone of your computer

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-04-14T08:37:10+00:00

    I have tried these options each a couple times.

    Was this answer helpful?

    0 comments No comments
  5. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2018-04-14T08:31:12+00:00

    Please try these options one by one and check after each option

    1. Run Windows App Troubleshooter

    Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter

    1. Reset Windows Store through Command Prompt

    Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer

    1. Re-register All Store apps

    Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powrshell to paste ? Enter > Restart your computer

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    1. Uninstall & Reinstall Store

    Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage

    Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer

    Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    Do let me know if you have any more question or require further help. If above didn't work, I will supply more troubleshooting steps to solve this problem.

    Was this answer helpful?

    0 comments No comments