Forum Discussion

Briggie's avatar
Briggie
Copper Contributor
Jul 26, 2021

Cumulative Update for Windows 11 (10.0.22000.100) (KB5004300) - Error 0x800f0900

Been getting this error since I first installed the preview build. Error 0x800f0900. Anyone else with this issue?

    • tristanferguson's avatar
      tristanferguson
      Brass Contributor
      I am not very sure about that. i dont like the idea that you dont require an restart to update/upgrade to a new version of Win11. I feel this could create more issues then fix them in the long run.

      I wouldn't recommend doing this at all
  • Yeah this one happens on windows 8.x and other versions of windows. Dont know why it occurs, but is annoying when it does.

  • Run this to resolve this

    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
    rmdir %systemroot%\SoftwareDistribution /S /Q
    rmdir %systemroot%\system32\catroot2 /S /Q
    sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    cd /d %windir%\system32

    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
    regsvr32.exe /s shdocvw.dll
    regsvr32.exe /s browseui.dll
    regsvr32.exe /s jscript.dll
    regsvr32.exe /s vbscript.dll
    regsvr32.exe /s scrrun.dll
    regsvr32.exe /s msxml.dll
    regsvr32.exe /s msxml3.dll
    regsvr32.exe /s msxml6.dll
    regsvr32.exe /s actxprxy.dll
    regsvr32.exe /s softpub.dll
    regsvr32.exe /s wintrust.dll
    regsvr32.exe /s dssenh.dll
    regsvr32.exe /s rsaenh.dll
    regsvr32.exe /s gpkcsp.dll
    regsvr32.exe /s sccbase.dll
    regsvr32.exe /s slbcsp.dll
    regsvr32.exe /s cryptdlg.dll
    regsvr32.exe /s oleaut32.dll
    regsvr32.exe /s ole32.dll
    regsvr32.exe /s shell32.dll
    regsvr32.exe /s initpki.dll
    regsvr32.exe /s wuapi.dll
    regsvr32.exe /s wuaueng.dll
    regsvr32.exe /s wuaueng1.dll
    regsvr32.exe /s wucltui.dll
    regsvr32.exe /s wups.dll
    regsvr32.exe /s wups2.dll
    regsvr32.exe /s wuweb.dll
    regsvr32.exe /s qmgr.dll
    regsvr32.exe /s qmgrprxy.dll
    regsvr32.exe /s wucltux.dll
    regsvr32.exe /s muweb.dll
    regsvr32.exe /s wuwebv.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc
  • Rohit1779's avatar
    Rohit1779
    Copper Contributor

    Briggie 

    i succesfuly installed this update  (10.0.22000.100) .. there was no issue.. I think you should reset the laptop and try downloading this update again...........

  • Hello,

    Run Windows Update troubleshooter from Settings app > System > Troubleshoot > Additional troubleshooters.

    Let us know what it reports back.
    • Prabakaran_KN's avatar
      Prabakaran_KN
      Brass Contributor
      Hello,

      I tried running Windows Update Troubleshooter, it reported me " Windows Update " and then an error symbol, I clicked next and it started displaying " Resolving problems " but it didn't help.
    • Briggie's avatar
      Briggie
      Copper Contributor

      KapilArya 

      So tried sfc /scannow and it says there were corrupt files, but was unable to fix them. It points me to the path of the cbs.log file which I have attached.

      • KapilArya's avatar
        KapilArya
        MVP

        Briggie wrote:

        So tried sfc /scannow and it says there were corrupt files, but was unable to fix them. It points me to the path of the cbs.log file which I have attached.


        Briggie, try these steps:

         

        1. Search for 'windows powershell' using Cortana or Windows Search.

         

        2. From results, choose Windows PowerShell and select Run as administrator.

         

        3. Then type/paste following and press Enter key:

         

        Repair-WindowsImage -Online -RestoreHealth

         

        4. Let the command complete, restart your system then.

         

        Let us know if this helps! 

    • Briggie's avatar
      Briggie
      Copper Contributor

      KapilArya 

       

      Yep I run it and it has me try:

      net stop bits

      net stop wuauserv

      net stop appidsvc

      net stop cryptsvc

       

      Some of these weren't running anyway so I proceeded with:

       

      Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”

       Which then throws an error saying:

      Could Not Find C:\ProgramData\Application Data\Microsoft\Network\Downloader\qmgr*.dat

       

      I also tried the commands in here:

      Windows update fails with Error 0x800f0900 - Microsoft Community

       

      Open administrative Command Prompt and type following commands one-by-one followed by Enter key.

       

      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

       

      These did not resolve the issue either.

Resources