Problem with windows updates on windows 10 no matter the version

Discussion in 'Operating Systems' started by liviut, Mar 13, 2020.

  1. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    How is that even possible i mean everything works perfectly ... only this windows update it just wont update the cumulatives every other update works just fine like security for windows defender or some driver update, but not cumulatives ...
     
  2. Astyanax

    Astyanax Ancient Guru

    Messages:
    17,011
    Likes Received:
    7,353
    GPU:
    GTX 1080ti
    windows updates rely on dism payload and sfc manifests to be in good working order, if you've got sections of disk with weak sectors that is losing bits from the winsxs folder you're going to have problems.

    Defender and Driver updates don't.
     
  3. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    Guess my new adata ssd is faulty then ...
    But on the other side even trying to update it manually with the .cab file well that still doesnt work so i dont think the ssd is faulty.
     
  4. Astyanax

    Astyanax Ancient Guru

    Messages:
    17,011
    Likes Received:
    7,353
    GPU:
    GTX 1080ti
    the cab file still relies on DISM payload data to be correct.
     
    Caesar likes this.

  5. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    An optional cumulative just worked, guess the mandatory ones are not mandatory for my pc then :))
     
  6. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    another thing i want to point is this started to happen with 1909 before on 1809 everything worked
     
  7. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,541
    Likes Received:
    13,561
    GPU:
    GF RTX 4070
    May be infection? Have you tried to boot from some antivirus live CD and scan?
     
  8. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,541
    Likes Received:
    13,561
    GPU:
    GF RTX 4070
    By image I meant Windows itself.
     
  9. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,541
    Likes Received:
    13,561
    GPU:
    GF RTX 4070
    There is very heavy way - to monitor disk activity while installing update. You can use procmon.exe to do that. But log will be huge.
     
  10. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    Honestly i dont know but everything works as it's supposed to it might be something im installing after i install the windows itself im using o&o shutup to disable telemetry and cortana but i dont see why that would affect windows updates beside that nothing the windows itself is legit with license so no cracks involved there.
     

  11. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,541
    Likes Received:
    13,561
    GPU:
    GF RTX 4070
    So do not install anything. Easy to test this.
     
  12. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    Yeah but for that i need another clean reinstall which honestly i'm not gonna do it today maybe tomorrow.
    I'l try this too if it still fails well the i'm just gonna say frack the updates and live without them what else can i do :>
     
  13. Chastity

    Chastity Ancient Guru

    Messages:
    3,738
    Likes Received:
    1,662
    GPU:
    Nitro 5700XT/6800M
    Give this script a shot: (Copy and save as a .bat, then run as Admin)
    Code:
    net stop cryptsvc
    net stop wuauserv
    ren %windir%\system32\catroot2 catroot2.old
    ren %windir%\SoftwareDistribution SoftwareDistribution.old
    regsvr32 comcat.dll /s
    Regsvr32 Msxml.dll /s
    Regsvr32 Msxml2.dll /s
    proxycfg -u
    Regsvr32 Msxml3.dll /s
    regsvr32 shdoc401.dll /s
    regsvr32 cdm.dll /s
    regsvr32 softpub.dll /s
    regsvr32 wintrust.dll /s
    regsvr32 initpki.dll /s
    regsvr32 dssenh.dll /s
    regsvr32 rsaenh.dll /s
    regsvr32 gpkcsp.dll /s
    regsvr32 sccbase.dll /s
    regsvr32 slbcsp.dll /s
    regsvr32 mssip32.dll /s
    regsvr32 cryptdlg.dll /s
    regsvr32 wucltui.dll /s
    regsvr32 shdoc401.dll /i /s
    regsvr32 dssenh.dll /s
    regsvr32 rsaenh.dll /s
    regsvr32 gpkcsp.dll /s
    regsvr32 sccbase.dll /s
    regsvr32 slbcsp.dll /s
    regsvr32 asctrls.ocx /s
    regsvr32 wintrust.dll /s
    regsvr32 initpki.dll /s
    regsvr32 softpub.dll /s
    regsvr32 oleaut32.dll /s
    regsvr32 shdocvw.dll /I /s
    regsvr32 shdocvw.dll /s
    regsvr32 browseui.dll /s
    regsvr32 browseui.dll /I /s
    regsvr32 msrating.dll /s
    regsvr32 mlang.dll /s
    regsvr32 hlink.dll /s
    regsvr32 mshtmled.dll /s
    regsvr32 urlmon.dll /s
    regsvr32 plugin.ocx /s
    regsvr32 sendmail.dll /s
    regsvr32 scrobj.dll /s
    regsvr32 mmefxe.ocx /s
    regsvr32 corpol.dll /s
    regsvr32 jscript.dll /s
    regsvr32 msxml.dll /s
    regsvr32 imgutil.dll /s
    regsvr32 thumbvw.dll /s
    regsvr32 cryptext.dll /s
    regsvr32 rsabase.dll /s
    regsvr32 inseng.dll /s
    regsvr32 iesetup.dll /i /s
    regsvr32 cryptdlg.dll /s
    regsvr32 actxprxy.dll /s
    regsvr32 dispex.dll /s
    regsvr32 occache.dll /s
    regsvr32 occache.dll /i /s
    regsvr32 iepeers.dll /s
    regsvr32 urlmon.dll /i /s
    regsvr32 cdfview.dll /s
    regsvr32 webcheck.dll /s
    regsvr32 mobsync.dll /s
    regsvr32 pngfilt.dll /s
    regsvr32 licmgr10.dll /s
    regsvr32 icmfilter.dll /s
    regsvr32 hhctrl.ocx /s
    regsvr32 inetcfg.dll /s
    regsvr32 tdc.ocx /s
    regsvr32 MSR2C.DLL /s
    regsvr32 msident.dll /s
    regsvr32 msieftp.dll /s
    regsvr32 xmsconf.ocx /s
    regsvr32 ils.dll /s
    regsvr32 msoeacct.dll /s
    regsvr32 inetcomm.dll /s
    regsvr32 msdxm.ocx /s
    regsvr32 dxmasf.dll /s
    regsvr32 l3codecx.ax /s
    regsvr32 acelpdec.ax /s
    regsvr32 mpg4ds32.ax /s
    regsvr32 voxmsdec.ax /s
    regsvr32 danim.dll /s
    regsvr32 Daxctle.ocx /s
    regsvr32 lmrt.dll /s
    regsvr32 datime.dll /s
    regsvr32 dxtrans.dll /s
    regsvr32 dxtmsft.dll /s
    regsvr32 WEBPOST.DLL /s
    regsvr32 WPWIZDLL.DLL /s
    regsvr32 POSTWPP.DLL /s
    regsvr32 CRSWPP.DLL /s
    regsvr32 FTPWPP.DLL /s
    regsvr32 FPWPP.DLL /s
    regsvr32 WUAPI.DLL /s
    regsvr32 wups2.dll /S
    regsvr32 WUAUENG.DLL /s
    regsvr32 ATL.DLL /s
    regsvr32 WUCLTUI.DLL /s
    regsvr32 WUPS.DLL /s
    regsvr32 WUWEB.DLL /s
    regsvr32 wshom.ocx /s
    regsvr32 wshext.dll /s
    regsvr32 vbscript.dll /s
    regsvr32 scrrun.dll mstinit.exe /setup /s
    regsvr32 msnsspc.dll /SspcCreateSspiReg /s
    regsvr32 msapsspc.dll /SspcCreateSspiReg /s
    proxycfg –d
    sc sdset wuauserv
    D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;
    ;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
    regsvr32 mshtml.dll /s
    net start cryptsvc
    net start wuauserv
    
     
    Last edited: Mar 15, 2020
  14. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    Saved it as a .bat file still same error
    Error 0x800f081f
     
  15. Chastity

    Chastity Ancient Guru

    Messages:
    3,738
    Likes Received:
    1,662
    GPU:
    Nitro 5700XT/6800M
    I meant .bat :)

    Worst case scenario, make an ISO of Windows 10 on USB stick, and do an in-place Upgrade and keep your existing files/programs. You may as well use 20H1.
     

  16. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    Did a clean reinstall again and installed just drivers and did the update, it worked so i guess it's either something i install after or that o&o shutup that disables cortana/edge and telemetry screws up the updates or actually microsoft sees that you disable telemetry and whatever else and maybe it's a trigger so you can't update anymore.
     
  17. Astyanax

    Astyanax Ancient Guru

    Messages:
    17,011
    Likes Received:
    7,353
    GPU:
    GTX 1080ti
    thats why you can't install updates.

    o&o shouldn't be used anymore, older versions break things including appstore titles, and im not sure newer versions fair any better if you just go in blind and turn everything off.
     
    Last edited: Mar 15, 2020
  18. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    I am just disabling telemetry and cortana with it im not touching windows updates but for now i will leave it be like this until the next cumulative to be sure that was the culprit
     
  19. anticupidon

    anticupidon Ancient Guru

    Messages:
    7,878
    Likes Received:
    4,125
    GPU:
    Polaris/Vega/Navi
    @liviut in this matter, it's easier to create your after installation power shell script to disable whatever you want. That way you really know what caused the issue and able to fix it.
    @mbk1969 here is a power shell guru. Ask him about that.

    Or create your own stripped down ISO removing what you don't use. But this is a extreme way and may or may nor interfere with future updates.
     
  20. liviut

    liviut Member Guru

    Messages:
    194
    Likes Received:
    31
    GPU:
    Nvidia GTX 1080/8GB
    i have a feeling is disabling the telemetry, right now im checking with cortana disabled and some store bloatware removed to see if it's working
     

Share This Page