Share via

WIndows Store/Windows Update and SFC

Anonymous
2020-04-22T10:05:50+00:00

Hello,

Basically, I have a problem with installing a game through the Windows Store: after a few seconds, download stop with an error 0x8007065E.

I searched for explanations and saw that it might be related to the Windows Update. I checked it again and again, my Windows 10 is up-to-date. I also saw that I should run System File Checker (SFC), it did it like this: SFC /SCANNOW

It found corrupt files and repaired them. I restarted Windows and my problem is still there.

The strange thing is that I ran SFC again, and it found corrupt files again !!

I have the feeling that if I run it again and again, it will find corrupt files again, as if they were not repaired.

How can I know? Are the system files repaired or not? Can it explain the installation proble I have?

I would be happy to send you the CBS.log if it can help.

Thanks for your help,

Eric Marciano

Windows for home | Windows 10 | Install and upgrade

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

18 answers

Sort by: Most helpful
  1. Anonymous
    2020-04-27T09:33:58+00:00

    Hello again,

    I have just found something that may explain the problem. I had a look at the Event Viewer and found an error that always occurs on "Microsoft GameInput", which is very probably used by Flight Simulator.

    See attached image:

    If you can't read the error message, here it is:

    Faulting application name: gameinputsvc.exe, version: 0.1911.19041.1124, time stamp: 0x36e91501

    Faulting module name: gameinput.dll, version: 0.1911.19041.1124, time stamp: 0xb51f2cb2

    Exception code: 0xc0000005

    Fault offset: 0x0000000000007e0b

    Faulting process id: 0x7268

    Faulting application start time: 0x01d61c6d3bc17f01

    Faulting application path: C:\Program Files (x86)\Microsoft GameInput\x64\gameinputsvc.exe

    Faulting module path: c:\windows\system32\gameinput.

    I checked the validity of the "c:\windows\system32\gameinput.dll" and "C:\Program Files (x86)\Microsoft GameInput\x64\gameinputsvc.exe" files.

    Do you have any idea to explain this fault? It might be the key of the problem.

    Thanks,

    Eric

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2020-04-22T10:13:18+00:00

    Hi EricMarciano,

    My name is Lee and I'm sorry for the inconvenience.

    Regarding the corrupt file issue, try to run this command instead in Command Prompt (Admin): DISM /Online /Cleanup-Image /RestoreHealth

    If the app download from Microsoft Store app is still having an error, please try the following steps one at a time and then try to download each step:

    → Run Windows Store App troubleshooter

    • Go to Settings > Update & Security > Troubleshoot > Windows Store Apps > Run the troubleshooter

    → Run Windows Update Troubleshooter:

    • Go to Settings > Update & Security > Troubleshoot > Select Windows Update > Click Run the Troubleshooter

    → Delete Windows Update Download History:

    • Go to: C:\Windows\SoftwareDistribution\Download

    • delete all files

    → Restart all Windows Update related services:

    • Open Command Prompt (Admin) and type the following command one at a time and hit enter:

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 Catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    → Reset Windows Store: Command Prompt Script

    • Using Cortana, type CMD, right click the Command Prompt App and select Run as Administrator / You may also Right Click the Windows logo at the bottom left and select Command Prompt (Admin) if available

    • Type this command and hit enter: wsreset.exe

    → Reset Windows Store: Settings

    • Go to Settings > Apps > Apps & features > Select "Microsoft Store" App > Click Advance Options > Click the button "Reset"

    → Re-Intall Microsoft Store App: PowerShell Script

    • Open PowerShell (Admin), copy and paste the command below and hit enter: Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    → Start / Restart wuauserv & bits:

    • Press Windows Key + R

    • Type services.msc

    • Locate the Windows Update and Background Intelligent Transfer Service services

    • If the status is Stopped, click Start. If the status is Running, click Restart

    → Replace Windows Update Registry Key

    • Go to: https://1drv.ms/u/s!ArvVxah_YviElROpYcWFTSbD8ob...

    • Click download (look at the upper left)

    • Install the wuauserv.reg file and click OK to accept

    • Restart the system

    • After the restart, check back the Services app and locate the "Windows Update" service, kindly Start it it not running.

    If my suggestion did not solve the issue, please reply back so we can try other step.

    Kind Regards,

    < / L e e >

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2020-04-22T13:58:15+00:00

    I did everything you suggested. Before doing this, I even did the latest update that was pending.

    Sorry to say it still doesn't work.

    I would be happy if you can give me other things to try for fixing this issue.

    Thank you.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2020-04-22T12:27:36+00:00

    I see two possibilities, (1) it is a false positive error just like what happen before when the system file checker had a bug and it produces false positive errors and (2) it is possible that there is a program or a driver causes the error that's why it happens every after restart. The command "DISM /Online /Cleanup-Image /RestoreHealth" could help figure this out because that command will restore corrupted system files.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2020-04-22T12:17:03+00:00

    Thanks for you r quick reply, I will try all this.

    In the meantime, I just wanted to tell you what I noticed: if I run SFC, it finds and repairs files and if I run it again, it is OK, it finds no corrupt file. But if I restart the PC and run it again, it finds corrupt files again.

    How can a restart cause file corruption?

    Eric

    Was this answer helpful?

    0 comments No comments