What are AsyncText Service, XGpuEjectDialog, CredDialogHost and Calling Shell App? I tried Google but no info about those components.
@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.
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.
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.
Hello @MSMG I checked one thing yesterday a look https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-969#post-1660415
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.
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)
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.
@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.
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.
Any reason you chose that guide and not Chris Titus'? Chris' seems to be a lot more detailed and properly done.
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.
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.
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.