1. 18koko

    18koko MDL Novice

    Apr 18, 2021
    14
    1
    0
    #19361 18koko, May 17, 2021
    Last edited: May 17, 2021
  2. What are AsyncText Service, XGpuEjectDialog, CredDialogHost and Calling Shell App? I tried Google but no info about those components.
     
  3. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    382
    275
    10
    @MSMG

    for the new Toolkit.cmd

    line 6757 still should be written as:

    Code:
        for %%i in (KB4490628,KB4474419-v3,KB4592510,KB5001027) do (
    
    otherwise which MSMG can't find KB4474419.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #19364 MSMG, May 18, 2021
    Last edited: May 18, 2021
    (OP)
    Async Text Service - Messaging extensions for People and Maps Apps.
    Calling Shell App - App to host call progress on shell.
    CredDialogHost - Authentication (Sign-in) shell support for Windows Hello.
    XGpuEjectDialog - Modern App for safe removal of external GPUs.

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #19365 MSMG, May 18, 2021
    Last edited: May 18, 2021
    (OP)
    Have uploaded newer Toolkit.cmd

    Edit: IT seems the new Edge Chromium Installer KB5001027 Extended update which won't install without patching the Windows 7 for supporting Extended updates.

     
  6. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    286
    164
    10
  7. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
  8. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Edge Chromium removal was already present for Windows 10 v2004-v20H2-v21H1.

    Recent CU for v1809, v1909 was embedded with Edge Chromium so it was added for removal now.

    Will update the template list.

     
  11. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
    #19372 graver.x, May 18, 2021
    Last edited: May 18, 2021
    Yes. I just did not correctly express myself in this case.

    What I meant was this: from the time it was packaged in CU, it couldn't be removed, and until the release of Tollkit v11.5, I didn't notice any changes.

    Probably in Changelog.txt it would be nice to add information about this fix, something like:

    + Fixed the Feature "Remove Windows Component" to remove Edge Chromium component for Windows 10 Client v2004/v20H2/v20H1 Source OS.

    (I'm sorry, I use a translator, and therefore I have to check and correct what I wrote several times for easy perception)
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Before embedding Edge Chromium with CU for W10 v2004/V20H2/v21H1, the Microsoft refreshed ISO/MCT/ESD were system prepared with Edge Chromium integrated so the support was added long back.

     
  13. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    382
    275
    10
    @MSMG

    Could you add an option that “don't re-compress the winre.wim if not mounted” when apply and save images.

    usually windows images (such as Windows 7 SP1/Windows Server 2008 R2 MVS image), All images in install.wim have the same winre.wim(checked by hash code) .

    But after MSMG re-compressed all images' winre.wim don't have the same hash code which will enlarge the image size.
     
  14. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
    Perhaps we didn't quite understand each other correctly. So I corrected my previous post.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    This was changed when adding support for random indexes, will be correcting it.

    Will add the option to skip rebuilding boot.wim/winre.wim if not mounted and also if winre.wim is selected then which install.wim index has to be chosen for mounting winre.wim and copy the same winre.wim to other mounted install.wim so that this will reduce the overall install.wim size.

     
  16. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    Any reason you chose that guide and not Chris Titus'? Chris' seems to be a lot more detailed and properly done.
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes did understood your query, the Toolkit was capable of removing Edge Chromium for Windows 10 v2004 and above with all four methods

    1) Edge Chromium Integrated through standalone msu/cab installer.
    2) Edge Chromium Integrated through Windows 10 v20H2 Enablement package.
    3) Edge Chromium Integrated through system prepared images.
    4) Edge Chromium Integrated through new CU embedded method.

    Now since the CU contains the Edge Chromium which is similar to system prepared images, the removal works in the same method.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #19379 MSMG, May 18, 2021
    Last edited: May 18, 2021
    (OP)
    It was chosen randomly and also it had the demo for selecting the source from custom install.esd.

    Ok have added the latest Chris Titus Tech video too.

    Also will be creating own demo videos for Toolkit add them in future.

     
  19. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    382
    275
    10
    Another method is to use wimlib instead of DISM for image re-compress.

    tested by wimlib-1.13.4 (released Apr 18, 2021):

    the command:

    wimlib-imagex.exe optimize winre.wim --compress=lzx

    will always make the winre.wim with the same hash.