Windows 10 Hotfix Repository

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

  1. d5aqoëp

    d5aqoëp MDL Senior Member

    Joined:
    Jan 19, 2017
    Messages:
    388
    Likes Received:
    238
    Trophy Points:
    10
  2. KleineZiege

    KleineZiege MDL Addicted

    Joined:
    Dec 11, 2018
    Messages:
    525
    Likes Received:
    252
    Trophy Points:
    30
    you don't need a toolkit to unpack a msu, 7zip is enoug
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    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

    Joined:
    Sep 9, 2015
    Messages:
    102
    Likes Received:
    55
    Trophy Points:
    10
  5. VDev

    VDev MDL Member

    Joined:
    Sep 9, 2015
    Messages:
    102
    Likes Received:
    55
    Trophy Points:
    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?
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    @VDev

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

    ARCIGA MDL Senior Member

    Joined:
    Mar 23, 2015
    Messages:
    272
    Likes Received:
    58
    Trophy Points:
    10
    2021-05 .NET 5.0.6 Security Update
    Security Update NET 5.0.6.jpg
     
  8. Silent_Warrior

    Silent_Warrior MDL Novice

    Joined:
    Nov 5, 2018
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    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!
     
  9. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
    KB4023057 (19041.1078) ?
     
  10. javaspain

    javaspain MDL Junior Member

    Joined:
    Jul 29, 2009
    Messages:
    98
    Likes Received:
    53
    Trophy Points:
    0
  11. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    same WU reset update as before.
     
  12. VDev

    VDev MDL Member

    Joined:
    Sep 9, 2015
    Messages:
    102
    Likes Received:
    55
    Trophy Points:
    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.
     
  13. Silent_Warrior

    Silent_Warrior MDL Novice

    Joined:
    Nov 5, 2018
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    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:
     
  14. mdl052020

    mdl052020 MDL Member

    Joined:
    May 31, 2020
    Messages:
    1,047
    Likes Received:
    1,140
    Trophy Points:
    60
    Because we remove there edge chromium n they try to install it again via wu . thatswhy LCU is offered again.
     
  15. Silent_Warrior

    Silent_Warrior MDL Novice

    Joined:
    Nov 5, 2018
    Messages:
    28
    Likes Received:
    9
    Trophy Points:
    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:
     
  16. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    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.
     
  17. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
  18. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  19. boyonthebus

    boyonthebus MDL Addicted

    Joined:
    Sep 16, 2018
    Messages:
    917
    Likes Received:
    573
    Trophy Points:
    30
  20. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
    Running it now by WU.