E Emmawoods Member Wednesday at 11:11 AM #1 I’m getting error 0x800F0915 when trying to install updates on my Windows system. Has anyone faced this issue before? What are the steps to troubleshoot and resolve this error?
I’m getting error 0x800F0915 when trying to install updates on my Windows system. Has anyone faced this issue before? What are the steps to troubleshoot and resolve this error?
S SK_Tech Member Yesterday at 6:34 AM #2 It usually occurs during Windows updates, and I've encountered that error before. This is what I found to be effective: Open the Windows Update Troubleshooter by going to Settings → System → Troubleshoot → Other troubleshooters. Launch the Command Prompt as administrator and type: Code: DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow Try updating again after restarting. Use the Windows Update Assistant from Microsoft's website or delete the SoftwareDistribution folder if it doesn't work. Usually, one of these fixes fixes 0x800F0915 without requiring a complete reinstallation. Upvote 0 Downvote
It usually occurs during Windows updates, and I've encountered that error before. This is what I found to be effective: Open the Windows Update Troubleshooter by going to Settings → System → Troubleshoot → Other troubleshooters. Launch the Command Prompt as administrator and type: Code: DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow Try updating again after restarting. Use the Windows Update Assistant from Microsoft's website or delete the SoftwareDistribution folder if it doesn't work. Usually, one of these fixes fixes 0x800F0915 without requiring a complete reinstallation.