1. intro

    intro MDL Member

    Apr 10, 2010
    239
    52
    10
  2. ARCIGA

    ARCIGA MDL Senior Member

    Mar 23, 2015
    309
    76
    10
    I Am Using Windows 10.0.18362.30 X64 is-MX And Does Not Eliminate Anything
     

    Attached Files:

  3. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    #10623 zero cool root, May 13, 2019
    Last edited: May 13, 2019
    I get image from link bellow..!!
    cloud.mail.ru/public/VwHJ/2xrL4wjXu

    Where i find 18362.1..??
     
  4. intro

    intro MDL Member

    Apr 10, 2010
    239
    52
    10
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Thank you so much..!!
     
  6. rwayboy

    rwayboy MDL Novice

    May 17, 2017
    37
    4
    0
    Thank you very much for this release! I have a question. Can components be removed from 1903 or just apps?
     
  7. intro

    intro MDL Member

    Apr 10, 2010
    239
    52
    10
    No problem
     
  8. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    So, unlike the previous version and according to the README file I can remove the components on RS5 (and RS6) without cleaning the image before (only after removing them when in the previous versions I had to clean it before and after removing the components)?
     
  9. xlincn

    xlincn MDL Junior Member

    Nov 9, 2013
    59
    18
    0
    @MSMG :Have an error
    echo. [A] Microsoft .NET Framework 3.5
    echo. [ B ] Microsoft .NET Framework 4.8
    echo. [ B ] Microsoft Win32 Calculator
    echo. [C] Microsoft Edge Browser
     
  10. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    wow...... 9.3 I can't believe it fellas!
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes All components available under Remove Windows Components which uses ToolKitHelper can also be removed using the Remove Windows Component using Package List , where you add the package names to the RemovePkgsList.txt file and use the Menu Remove Windows Component using Package List.

    The syntax for adding the components can be found in RemovePkgsList_Template.txt file.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    May be I forgot to update the menu choice options, just make the below change in the script

    Go to line number: 12920

    Now Change the line

    Code:
    choice /C:123X /N /M "Enter Your Choice : "
    
    to

    Code:
    choice /C:1234X /N /M "Enter Your Choice : "
    
    Save the file.


     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes I had used this tweak earlier and got an error, the OS couldn't boot further.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The Toolkit only supports source images without updates integrated, use the first 10.0.18362.1 image and then remove the components and then integrate the updates.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Make sure you disable the integration of updates before you start the UUP conversion.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    #10639 MSMG, May 13, 2019
    Last edited: May 13, 2019
    (OP)
    Right now only Apps can be removed, other components will be added soon.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes provided you will be integrating updates before the cleanup, otherwise it may give error.

    If not integrating the updates then it's better to do the cleanup once also before the removal.