1. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    I figured there was some kind of order to applying updates to make sure everything is applied correctly. Also, I removed editions with NTLite first to make updating isos much faster with W10UI.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    #11922 Enthousiast, Jan 21, 2026
    Last edited: Jan 21, 2026
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    Does anyone know how I can obtain KB4023057 and KB5001716 updates to integrate into install? I can't seem to find them online in the catalog.
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    KB4023057/KB5001716 = WU reset: https://forums.mydigitallife.net/posts/1714946

    They are not a normal update but containers with an msi inside, can't be integrated by dism.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    For KB402305, it looks like one of the files is a unifiedinstaller.exe. Should I just add that to setupcomplete?
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    You sir, are a legend. Thank you!
     
  10. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    So if I want setupcomplete to also install KB5001716, I should extract the .msi and then add


    @echo off

    fltmc >nul || exit /b

    call %~dp0unifiedinstaller.exe
    call %~dp0KB5001716-x64.msi

    cd \
    (goto) 2>nul & (if "%~dp0"=="%SystemRoot%\Setup\Scripts\" rd /s /q "%~dp0")

    ?
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Just place all 4 files together and call unifiedinstaller.exe, it should extract and install the msi by itself
     
  12. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    I understand for the 4023057 files that have unifiedinstaller but separately for 5001716, it is just a cab file with an msi inside it. I'm not sure unifiedinstaller would install that msi too, since they are different updates no?
     
  13. shhnedo

    shhnedo MDL Guru

    Mar 20, 2011
    2,095
    2,866
    90
    This.
    unifiedinstaller.exe only handles updatehealth stuff, it does not install kb5001716.
     
  14. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    #11935 yasagani, Jan 24, 2026
    Last edited: Jan 24, 2026
    Actually after reading more about kb5001716, I just want to block windows update from offering it (or its future re-issues) on any system that has the OS installed. Either block it forever or spoof it so that Windows Update thinks it's already installed. Do we have any tools to do that?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    Place your bets on if they release another one by the end of the month or not hahaha.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Next week most likely the Preview on catalog, formerly known as c updates aka Optional on WU
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    https://forums.mydigitallife.net/posts/1571109
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. yasagani

    yasagani MDL Novice

    Apr 15, 2016
    45
    27
    0
    #11940 yasagani, Jan 26, 2026
    Last edited: Jan 27, 2026
    Hopefully this will help someone, but for those interested, I have found a way to block Windows Update from offering KB5001716, the useless nagware/spyware that installs executables that exists to scan the user's PC constantly to "convince" Win 10 22H2 users to "upgrade" to 11.

    Simply merge with NTLite or manually after post install and Windows Update will think KB5001716 already installed. Note that this update is not offered to Windows 10 Enterprise IoT LTSC 2021 thankfully, so this edit is not required for that version.

    EDIT: After much testing I have updated the registry import and made it as small as possible, leaving out all possible superfluous strings for a cleaner registry. Also added some comments to it that explain the process a bit. Initially the registry file I had was an export from a system that already had KB5001716 installed, but it was huge, contained a lot of useless and machine specific strings.

    Also confirmed that should Microsoft re-issue this update, this registry import will not work if the new KB5001716 will install a different product code string in the registry, so if a more permanent method exists to block it forever that does not require third party tools but can be achieved for an offline install of Windows, it would be great to know.

    Current product code is "07839D8B1D890894FAAC2E5636DCBF97", in which case the import will need to be modified to include the new product code in both strings. It is also possible that in the future Microsoft will modify its update offering detection logic to not depend on this but considering Windows 10 22H2 is now EOL, we should be safe from both scenarios, especially the second. I've also verified that this registry import is not cleaned by CCleaner.

    Windows Registry Editor Version 5.00

    ; this line prevents Windows Update from installing the update even if it downloads it, producing an error
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\07839D8B1D890894FAAC2E5636DCBF97\SourceList]
    "PackageName"="Windows-KB5001716-x64.msi"

    ; this line prevents Windows Update from offering the update download in the first place, by detecting it as installed
    ; this is possible because WU checks the "LocalPackage" string to see if it's either empty/no string (update is offered) or non-empty (not offered)
    ; there is no actual blocker.msi file in the system, it can be any name.msi as long as the rest of the structure is preserved
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\07839D8B1D890894FAAC2E5636DCBF97\InstallProperties]
    "LocalPackage"="C:\\Windows\\Installer\\blocker.msi"

    Simply copy this into a .txt and rename to .reg and merge it.

    Should anyone wish to undo this behavior and install the spyware update, I have included the undo string here:

    Windows Registry Editor Version 5.00

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\07839D8B1D890894FAAC2E5636DCBF97]

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\07839D8B1D890894FAAC2E5636DCBF97\InstallProperties]