https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-793#post-1606110 Sent an 2020-07-16_v2 updated file in the post above. Spoiler: CHANGELOG 2020-07-16 Reported a problem in the question "Do you want to Enable Fraunhofer MP3 Professional Codec ? ['Y'es/'N'o] :" mentioned in the post "https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-796#post-1607819" by friend @roedel. Problem solved. As @MSMG said in the post "https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-797#post-1607940": Content Delivery Manager is needed for OOBE for v1809 / v1903 / v1909 / v2004 / v2009 OS. Windows Error Reporting is needed for OOBE for v1903 / v1909 OS. These Components will no longer be automatically removed by the "Editions Custom Selection Removal Script" options available in CustomToolkit. If you want, just access the "Remove Privacy Components Menu" to remove "Windows Error Reporting" and "Remove System Components Menu" to remove "Content Delivery Manager". Thnks! Edit: reinserted Windows Error Reporting uder conditions
Tried v10.1 on latest ISO download from Microsoft via the media creator (x64 Pro English International v2004) and it runs fine until any removal of components when just removing one it would take a long time (5-7 minutes) or just stop doing anything. Thought I would try v10 to see if any faster as I made one a few weeks back and it was very fast but that version fails to find any chosen indexes from its list.
I hope you have integrated the necessary updates before removing the components. Removing components one by one will take some time due to the code protection added to the removal program, but if you use the Remove components using package list method, it will be faster.
What's the image you are using? If more than one index is present in the image then the image size will not be reduced.
https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-793#post-1606110 Sent an 2020-07-17 updated file in the post above. Spoiler: CHANGELOG 2020-07-17 Spoiler: Inserted Conditions Code: ... if "%Component%" equ "PrivacyComponents" ( %ToolKitHelper% "%InstallMount%\%%i" AssignedAccess;CEIP_SQM;FaceRecognition;KernelDebugging;LocationService;PicturePassword;PinEnrollment;UnifiedTelemetryClient;WiFiNetworkManager;WindowsInsiderHub if "%ImageBuild%" equ "17763" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting if "%ImageBuild%" equ "19041" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting if "%ImageBuild%" equ "19042" %ToolKitHelper% "%InstallMount%\%%i" WindowsErrorReporting ) )else( if "%Component%" equ "PrivacyComponents" ( %ToolKitHelper% "%InstallMount%" AssignedAccess;CEIP_SQM;FaceRecognition;KernelDebugging;LocationService;PicturePassword;PinEnrollment;UnifiedTelemetryClient;WiFiNetworkManager;WindowsInsiderHub if "%ImageBuild%" equ "17763" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting if "%ImageBuild%" equ "19041" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting if "%ImageBuild%" equ "19042" %ToolKitHelper% "%InstallMount%" WindowsErrorReporting ) ) Windows Error Reporting is needed for OOBE for v1903 / v1909 OS. This component has been reinserted and will pass again, according to specific conditions, to be automatically removed by the "Editions Custom Selection Removal Script" options available in CustomToolkit. Conditions prevent removal on versions v1903 / v1909. Only for: Spoiler Remove All Privacy Components Accessibility Edition Lite Edition Xtreme Lite Edition Content Delivery Manager is needed for OOBE for v1809 / v1903 / v1909 / v2004 / v2009 OS. For this Component, if you want, just access the "Remove System Components Menu" to remove "Content Delivery Manager". I also made available a model of my AutoUnattend *.xml answer file with a ReadMe for those who want to play a little. Edit 2020-07-25 Thnks!
A suggestion: @MSMG, when you have some time, I don't know if it's already in the project ... But could you add the features to remove "Microsoft.Windows.CallingShellApp" and the new "Windows Feature Experience Pack"? There must be a lot of people wanting to see what features disappear when removing this new package. Thanks!
hello master: 1. windows released new file for "win 8.1 U3 x64" which name is "Windows8.1-KB4566425-x64.msu" in the WHD\w81\x64\Baseline\ folder 2. toolkit still asks superseded version which name is "windows8.1-kb4562253-x64" do you have any recommendation for it thanks in advance So does (w10 LTSC 2019) "Win 10.0.17763.1339 (Win10 RS5 [1809]" does not integrate general updates. Cumulative file. toolkit says "The package Package_for_DotNetRollup is not applicable to the image"
I'm not the master but: Edit Toolkit.cmd: find "4562253" and replace all lines with "4566425" and save the file. Τhat does the job.
dear kgbab thank you for your replay you may right technically but: as you know, there are more new files moreover we may not know what are the superseded ones for replacing them I am afraid.. still we need a master..
MSMG Do you need to uninstall the old one to integrate the new Edge? Or can I integrate without removing the old one?