Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    780
    574
    30
  2. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,680
    1,924
    60
    you don't need a toolkit to unpack a msu, 7zip is enoug
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,322
    340
    you forgot - mark before f:
    Code:
    expand -f:Windows10.0-KB5003214-x64.cab Windows10.0-KB5003214-x64.msu
    +
    check downloaded file sha1 hash
     
  4. VDev

    VDev MDL Member

    Sep 9, 2015
    109
    57
    10
    #12705 VDev, May 29, 2021
    Last edited: May 29, 2021
    @abbodi1406 Thanks. It was indeed a corrupt file. After downloading from msft update catalog I'm able to extract cab files. Is there any script in BatUtils repo to do the conversion from msu to cab for different windows version?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,322
    340
    @VDev

    msu file is just a cab file, you can extract it with various tools (expand.exe, 7-zip, winrar..)
     
  6. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    288
    62
    10
    2021-05 .NET 5.0.6 Security Update
    Security Update NET 5.0.6.jpg
     
  7. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
    Slipstream successful! Windows 10 21H1 build 19043.1023 with latest updates. Thanks to the tutorials and information kindly provided and available in this topic.

    However, I had some issues:

    1. At first, it was necessary to integrate KB5003173 individually (separated from the other updates). Strangely, after new installation completed and despite the winver utility correctly displaying version "19043.1023". I noticed that Windows Update was downloading update KB5003214 again.
    2. During the execution of the W10UI script, the MsMpEng.exe process of Windows Defender besides consuming a lot of RAM memory and refusing to be disabled, it was causing abnormal errors in DISM during the assembly. After renaming the folder "Program Files\Windows Defender" (via brute-force) to prevent its execution, I managed to finish normally.
    Thanks!
     
  8. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,801
    5,573
    180
    KB4023057 (19041.1078) ?
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,026
    93,875
    450
    same WU reset update as before.
     
  10. VDev

    VDev MDL Member

    Sep 9, 2015
    109
    57
    10
    Thanks I always like 7z or Wintoolkit to extract cab but when I saw couldn't install or corrupted end at the end of file I got scared.
    Anyway I managed to use Win10UI to integrate 21H1.1023 and its working fine.
     
  11. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
    I honestly cannot understand this behavior! :thinking:

    Even after integrating all latest Windows 10 updates correctly into the installation image built with the help of the W10UI. After one or two days of complete installation, Windows 10 insists on downloading and re-installing KB5003214 (build 19043.1023).

    I don't know if it's because of the .NET Framework 3.5 I'm not integrating into the image. Because when I activate the option "Enable .NET 3.5 = YES", I can't clean the image, because of the DISM error message: pending.xml file in the WinSXS folder (I've seen another reports here that this can happen).

    :confused:
     
  12. Because we remove there edge chromium n they try to install it again via wu . thatswhy LCU is offered again.
     
  13. Silent_Warrior

    Silent_Warrior MDL Junior Member

    Nov 5, 2018
    51
    22
    0
    In fact, I also removed the default version of Edge Chromium to install its latest version. I even suspected that Windows Update Delivery Optimization might be the cause of this behavior.

    That is, theoretically he would have no reason to download again. :rolleyes:

    Trying to look here at the Windows Update log files here to identify the possible trigger.

    Regards! :good3:
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,026
    93,875
    450
    That's not an error, it's expected behavior, enabling dotnetfx35 simply sets the pending flag causing no cleanup can run till the pending flag is gone, that will happen after installing the image.

    This is the reason W10UI first integrates the updates, next runs the selected cleanup option and next enables the feature and then reintegrates the LCU and NDP35-48 (or NDP472 on 1809 when NDP48 is not integrated).

    The LCU maintains/installs Edge Chromium for a little while now, W10UI has options to avoid that happening.
     
  15. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    752
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,801
    5,573
    180
    Running it now by WU.