1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Do check the RemovePkgsList_Template.txt, the syntax has been changed, now ToolKitHelper: is used instead if ToolKitHelper_
     
  2. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    853
    230
    30
    will do, thank you
     
  3. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    :: Checking whether the selected Source OS is a Windows 10 19H1 Client Non-refreshed Image
    if "%SelectedSourceOS%" equ "w10" if "%ImageBuild%" equ "18362" if "%ImageServicePackBuild%" neq "1" if "%ImageServicePackBuild%" neq "30" (
    echo.ToolKit component removal only work with the below Source OS Images...
    echo.
    echo.Windows 10 v1809 ^(10.0.18362.1 and 10.0.18362.30^).
    goto :Stop


    the text is Windows 10 v1903 ^(10.0.18362.1 and 10.0.18362.30^) instead of Windows 10 v1809 ^(10.0.18362.1 and 10.0.18362.30^).
    please change this text.because 10.0.18362.* is not 1809,it's 1903 :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    @MIMMO61

    As a temporary measure, to get rid of most of those apps I run these commands in PowerShell:
    Code:
    Get-AppxPackage -AllUsers | Remove-AppxPackage
    
    Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage -online
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Thank you, corrected.

     
  6. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Thank you very much for the suggestions
     
  7. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    260
    160
    10
    You're welcome.I will continue to make the Toolkit Chinese Simplified localization for every future version.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. OrdinaryNova

    OrdinaryNova MDL Novice

    Mar 15, 2019
    32
    3
    0
    @MSMG
    Don't want to bother or so but any estimation for 1903 Advanced Components?
     
  9. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
  10. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    Is it a good idea to rename isos to shorter names ("18362.1.190318-1202.19H1_RELEASE_CLIENTMULTI_X64FRE_EN-US.ISO" - > "183621")? Windows is notoriously bad with long paths/filenames, so I thought this could help speed up iso modification and avoid some complications.

    Or does the toolkit depend on the filename following a certain naming scheme?
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Very sorry can't give an ETA for v1903 as the component removal needs to be worked to the minute level so that the removed components shouldn't not get restored with an update as well as the Windows Update should also work.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Renaming of the ISO is not required, you just need to keep the Toolkit folder path size to minimum.

     
  13. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    90
    13
    0
    Which version of 1903 is supported? I take it 18362.30 won't ever be added?
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Support for 18362.30 is already added in the current version.

     
  15. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    MSMG ToolKit v9.3.2 What can you remove in Windows 10 1903 (10.0.18362.30)?
    can the NetFX35 be integrated?
    can it remove edge, cortana and defender?
    please i need to know
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    NETFX35 integration : Yes
    Remove Default Inbox Apps : Yes
    Remove Edge, Cortana and Defender : No not yet added

     
  17. robymetallaro

    robymetallaro MDL Junior Member

    Aug 17, 2016
    72
    2
    0
    ok thank you