1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Use the latest Toolkit.cmd from download link.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Have uploaded the updated Apps and dependency runtime files for Windows 10/11

    Also have uploaded the Windows 11 redesigned apps (Calculator, Photos, Snipping Tool, Microsoft Store).
     
  3. house3272

    house3272 MDL Novice

    Jul 8, 2017
    16
    4
    0
    Potentially very noobish question, but is there a list/wiki/doc anywhere of what the more obscure components are/their removal consequences?
    Most of them are verbose enough to be intuitive, but a few I've no idea and googling seems to not help.

    AsyncTextService - ??
    CapturePicker - part of the snipping feature?
    CallingShellApp - call app? does removal affect voip calls like through teams?
    SecureAssessmentBrowser - take test app?
    SkypeORTC - since skype is dead, is this just left over for skype itself, or framework/lib for all calls? again, would teams calls be affected?

    Trying to comment out RemovePkgsList like:
    Code:
    #camera barcode scanner preview?
    CBSPreview
    
    #eye control app?
    ECApp
    
    #Your Phone app?
    CommunicationsApps
    so future me doesn't have to re-search what some of them are.
     
  4. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #20344 inTerActionVRI, Sep 12, 2021
    Last edited: Sep 13, 2021
    @MSMG,

    from
    [/code]
    :: Setting Microsoft Edge Chromium Browser Pack Path
    if "%SelectedSourceOS%" neq "w10" set "EdgeChromium=%EdgeChromium%\%SelectedSourceOS%"
    [/code]
    to
    [/code]
    :: Setting Microsoft Edge Chromium Browser Pack Path
    if "%SelectedSourceOS%" neq "w10" if "%SelectedSourceOS%" neq "w11" set "EdgeChromium=%EdgeChromium%\%SelectedSourceOS%"
    [/code]

    There are some if "%SelectedSourceOS%" neq "w10" (
    that should be replaced for if "%SelectedSourceOS%" neq "w10" if "%SelectedSourceOS%" neq "w11" (
    Like in IntLanguagePacks, IntPowerShell7, etc... No?


    The menu for geq 18362 leq 18363...
    Code:
    :: Remove Windows 10 v1903/v1909 Client Edition System Apps Menu
    if "%SelectedSourceOS%" equ "w10" if "%ImageBuild%" geq "18362" if "%ImageBuild%" leq "18363" (
    
    is conflicting with this:
    Code:
    :: Remove Windows 10 v1809/v1903/v1909/v2004/v20H2/v21H1/v21H2, Windows 11 v21H1 Client System Apps Menu
    if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if "%ImageBuild%" geq "17763" if "%ImageBuild%" leq "22000" (
    
    So, could be:
    Code:
    :: Remove Windows 10 v2004/v20H2/v21H1/v21H2, Windows 11 v21H1 Client System Apps Menu
    if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if "%ImageBuild%" geq "19041" (
    
     
  5. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    317
    240
    10
    I could not remove packages with toolkit using package list from 22000.184 although i used latest toolkit.cmd uploaded yesterday by MSMG . It says it does not support
    What is wrong with it ?
     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Only Toolkit.cmd was updated. ToolkitHelper not yet. For now only 22000.1 is supported.
     
  7. brsgrlr

    brsgrlr MDL Novice

    Mar 27, 2011
    16
    2
    0
    #20348 brsgrlr, Sep 13, 2021
    Last edited: Sep 14, 2021
    I get an error while trying to remove components.

    upload_2021-9-13_19-34-35.png

    edit: ToolkitHelper.exe can't access to certain windows files inside the Mount folder.
     
  8. xlincn

    xlincn MDL Novice

    Nov 9, 2013
    48
    15
    0
    ToolkitHelper.exe Not currently supported win11
     
  9. maka213

    maka213 MDL Novice

    Aug 24, 2012
    41
    12
    0
    He's clearly trying to modify a Windows 10 iso, check the build numbers. Apparently the Windows 11 pre-release has taken priority over the latest stable Windows 10 ISO's.
     
  10. brunosso

    brunosso MDL Novice

    Sep 18, 2015
    7
    0
    0
    I have successfully updated a w10 LTSC 17763 iso to the actual build 2145. Integrating only net 4.8 via package downloaded from mega and VC++.
    When i try to install the ISO is correct, the setup run perfectly until the end, and when i try to search for updates, the OS find this missing updates:
    - KB890830
    - KB2267602 (i think using the cab from user steven4554 is enough)
    - KB5005568
    - KB5004870

    Is possible to integrate this updates? Wich metod between Updates folder or WHD folder?

    Thanks
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Fixed.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Make sure you start the Toolkit using Start.cmd.

    The below source images are the current support images for removal, do check the changelog.txt

    Windows 10 Client v1809 (v10.0.17763.2061) Source OS.
    Windows 10 Client v1903/v1909 (v10.0.18362.1679/v10.0.18363.1679) Source OS.
    Windows 10 Client v2004/v20H2/v21H1 (v10.0.19041.1110/v10.0.19042.1110/v10.0.19043.1110)
    Windows 10 Client v2004/v20H2/v21H1/v21H2 (v10.0.19041.1151/v10.0.19042.1151/v10.0.19043.1151/v10.0.19044.1151)


     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Use the Integrate WHD Update Pack method, for info check the readme.txt

     
  14. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    For Windows 11, not Windows 11 v21H1,It's v21H2
    This means commentary in Toolkit codes speak correct.
     
    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
    Yes its fixed.