1. MSMG

    MSMG MDL Developer

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

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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
        )
    )
    
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will release the new version tomorrow.
     
  4. digitalized

    digitalized MDL Novice

    Nov 17, 2017
    30
    9
    0
    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.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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.

     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    @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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    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.

     
  8. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    yes you are the guy thank you again :good3:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    ok thanks, but I already followed our Master inside of script :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    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. :):D:eek::p
    It was then, I developed a taste for yellow letters, yellow background is very rare in movies.
     
  11. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    As well as for submarines.
     
  12. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    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...
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It's getting uploaded, wait for few minutes.

     
  14. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,304
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Updated the Toolkit to v10.9

    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).