[SOLVED] Server 2019 SFC Errors, DISM 0x800f0950 error, Windows Update error 0x800f0986

endgax

Member
Joined
Apr 6, 2022
Posts
6
Hello,
Fresh Windows Server 2019 installation.

Windows update error:
2022-03 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5011503) - Error 0x800f0986

SFC Scan:
C:\Users\Administrator>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.


DISM:
Microsoft Windows [Version 10.0.17763.107]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>DISM /Online /Cleanup-Image /CheckHealth

Deployment Image Servicing and Management tool
Version: 10.0.17763.1

Image Version: 10.0.17763.107

The component store is repairable.
The operation completed successfully.

C:\Users\Administrator>DISM /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.17763.1

Image Version: 10.0.17763.107

[===========================99.9%========================= ]
Error: 0x800f0950

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

cbs log file attached

Please let me know what else I can provide.
 

Attachments

Hi and welcome to Sysnative,

I will look into your problem.
Note: I'm currently in training so my posts will need to be approved by the Sysnative instructors.
 
Hi,

Step 1. Download
56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. run the System File Checker.
  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, and press enter.
    Code:
    sfc /scannow
  • Take a screenshot of the commandprompt window and paste it into your next reply.
 

Attachments

Hi,

  • Click the Start button and in the search box, type CMD
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • Copy and paste the following command into it, then press enter.
    Code:
    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  • This command will create cbs.txt on your Desktop. Zip this file and attach the zipped cbs.txt to your next post.
 
Hi,

Click the Start button and in the search box, type Command Prompt
When you see Command Prompt on the list, right-click on it and select Run as administrator.
When command prompt opens, copy and paste the following command and press enter.
Code:
DISM /online /cleanup-image /RestoreHealth
Take a screenshot of the commandprompt window and paste it into your next reply.
 
Hi,

Please run Windows Update and let me know the result. If it fails attach a new copy of the CBS log.
Code:
copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
 
Glad to hear the problem has been resolved.
I'll mark this thread as solved!
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top