Windows 10 Hotfix Repository

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

  1. d5aqoëp

    d5aqoëp MDL Senior Member

    Jan 19, 2017
    389
    238
    10
  2. KleineZiege

    KleineZiege MDL Addicted

    Dec 11, 2018
    525
    252
    30
    you don't need a toolkit to unpack a msu, 7zip is enoug
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    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
    102
    55
    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
    12,067
    55,424
    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
    272
    58
    10
    2021-05 .NET 5.0.6 Security Update
    Security Update NET 5.0.6.jpg
     
  7. Silent_Warrior

    Silent_Warrior MDL Novice

    Nov 5, 2018
    28
    9
    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
    4,835
    4,442
    150
    KB4023057 (19041.1078) ?
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    same WU reset update as before.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. VDev

    VDev MDL Member

    Sep 9, 2015
    102
    55
    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 Novice

    Nov 5, 2018
    28
    9
    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. mdl052020

    mdl052020 MDL Member

    May 31, 2020
    1,047
    1,140
    60
    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 Novice

    Nov 5, 2018
    28
    9
    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
    35,561
    59,622
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. boyonthebus

    boyonthebus MDL Addicted

    Sep 16, 2018
    917
    573
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    4,835
    4,442
    150
    Running it now by WU.