It's been fixed, just a typo error in component category name broke the removal process, now it's working fine. In case anyone needs it to be fixed early, just change the below strings InternetComponents to Internet MultimediaComponents to Multimedia PrivacyComponents to Privacy RemotingComponents to Remoting SystemComponents to System and change this block of code Code: for %%j in (InternetComponents,MultimediaComponents,PrivacyComponents,RemotingComponents,SystemComponents,SystemApps,WindowsApps) do ( if "%ComponentName%" equ "%%j" ( rem choice /C YN /N /M "Removing %ComponentDescription% Continue... ['Y'es/'N'o] : " rem if errorlevel 2 goto :RemoveWindowsComponentsMenu echo.This feature has been disabled in this version due to a bug... echo.If you are removing Component groups then use the Remove using List method... echo. pause goto :RemoveWindowsComponentsMenu ) ) to Code: for %%j in (Internet,Multimedia,Privacy,Remoting,System,SystemApps,WindowsApps) do ( if "%ComponentName%" equ "%%j" ( choice /C:YN /N /M "Removing %ComponentDescription% Continue... ['Y'es/'N'o] : " if errorlevel 2 goto :RemoveWindowsComponentsMenu ) )
Source image is the VLSC ISO. I tried the source ISO as well as with 630 (KB4586781) CU integrated. Are additional updates required to enable this process to work properly? For fun, I tried an old 2004 build with old Edge (non-Chromium) - the removal worked fine regardless of updates integrated.
The removal of normal Edge Chromium which gets integrated through 20H2 Enablement package was working from start, only the installed Edge Chromium in Store downloaded ESD image had a issue which was fixed in last update. The VLSC ISO you used contains which CU integrated? Please do post the ISO name. Yes you need to integrate the correct CU supported by the Toolkit removal program.
@MSMG sorry to bother you with a question that may be unusual, but how do I make the background color of the script always black since I am used to using cmd a lot on windows (by default always black) and I think black is even more comfortable remember the famous blue screens of death in times of Win2K thanks
7->3->1 Set ToolKit Color Settings, [1] Black - White or Change color 1f to color 07 in script for permanent Black background and White foreground color.
I like yellow letters I was very angry when I went to the cinema to see some movies of other nationalities and the subtitles were in white with a white background. It was then, I developed a taste for yellow letters, yellow background is very rare in movies.
I deeply apologize for disturbing you and this intrusive question. Can we expect for the new version today? (This time I need to help my friend urgently and it would be great to know should I use v10.8 or wait some time for the new one?) I'm sorry again, I don't usually ask such questions to devs...
Updated the Toolkit to v10.9 Spoiler: Changelog v10.9 + Updated ToolKit's Bin folder with Windows 10 20H1 Insider Preview WADK (v10.0.20262.1) Tools. + Fixed a Bug in the Feature "Convert Windows MCT to WIM Image", where the option to select the Index was not displayed. + Updated the Microsoft .NET Framework 4.8 Pack (Windows 7/Server 2008 R2) for MSMG ToolKit with .NET 4.8 Rollup Update KB4585205 (4.8.4290.2) (Thanks to MDL Member : abbodi1406). + Updated the Feature "Integrate Microsoft Edge Chromium Browser" to use Microsoft Edge Chromium Installer CAB files. + Updated the Feature "Integrate Microsoft Edge Chromium Browser" to integrate Microsoft Edge Chromium Group Policy Definitions files. + Updated the Microsoft Edge Chromium Browser Pack (Windows 7/8.1/Windows 10 v1803/v1809/v1903/v1909/v2004/v20H2) for MSMG ToolKit. + Added a Feature "Integrate Windows PowerShell 7.1". + Added the Microsoft Windows PowerShell 7.1 Pack (Windows 7/Windows 8.1/Windows 10) for MSMG ToolKit. + Fixed a Bug in the Feature "Integrate Microsoft DaRT Tools", where the Integration to Recovery image failed with errors (Thanks to MDL Member : Enthousiast). + Updated the Microsoft Visual C++ Runtime Pack for MSMG ToolKit with VC++ 2019 v14.28.29515.1 Runtime (Thanks to MDL Member : abbodi1406). + Fixed a Bug in the Feature "Remove Windows Component" where the component removal by component category was not working. + Fixed a Bug in the Feature "Remove Windows Component" where the MultiPoint Connector component removal was giving error for Windows 10 Client v1903/v1909 Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1809 (v10.0.17763.1577) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1903/v1909 (v10.0.18362.1198/v10.0.18363.1198) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004/v20H2 (v10.0.19041.630/v10.0.19042.630) Source OS. + Updated the Feature "Import Custom Start Menu Layout from XML" with new Default Layout Template XML (Thanks to MDL Members : Feartamixg). + Optimized the ToolKit code for "Clean-up Source Images" Feature (Thanks to MDL Member : RaiyvaN). + Optimized the ToolKit code for "Apply & Save Changes to the Source Images" Feature (Thanks to MDL Member : RaiyvaN). + Updated the Feature "Apply & Save Changes to the Source Images" with an option to Trim unselected Source Image Indexes. + Optimized the ToolKit code for "Discard Changes & Unmount Source Images" Feature (Thanks to MDL Member : RaiyvaN). * Merged the Feature "Rebuild Source Images" with "Apply & Save Changes to the Source Images" Feature. + Fixed Duplicate code modules (Thanks to MDL Members : RaiyvaN).