1. 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?
     
  2. intro

    intro MDL Member

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

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    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)?
     
  4. xlincn

    xlincn MDL Novice

    Nov 9, 2013
    48
    15
    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
     
  5. biatche

    biatche MDL Addicted

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

    MSMG MDL Developer

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

     
  7. MSMG

    MSMG MDL Developer

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


     
  8. MSMG

    MSMG MDL Developer

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

     
  9. MSMG

    MSMG MDL Developer

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

     
  10. MSMG

    MSMG MDL Developer

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

     
  11. MSMG

    MSMG MDL Developer

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

     
  12. MSMG

    MSMG MDL Developer

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

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes it's a UI error but the menu choice is in correct order, will fix it and upload a newer script file in a while.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I have uploaded the fixed Toolkit.cmd script file with menu choice fixes.

    Code:
    Name: ToolKit_v9.3_Fixed.7z
    Size: 79897 bytes (78 KB)
    SHA1: 9BF4F24CC416EA27069B124023F812D89089AEB9
    
     
  15. maka213

    maka213 MDL Novice

    Aug 24, 2012
    41
    12
    0

    That should probably be added to the README to avoid future problems.

    So if i'm not integrating updates, at which steps do i do the cleanup? I usually follow your guide in the README to the letter but i see no mention of the steps if not integrating updates.
     
  16. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    Windows 10 Version 1903 is not Redstone 6,it's 19H1,all Redstone 6 packs should name 19H1
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    When I don't integrate the updates, I do use the cleanup-image once before and once after the removal.

    Ok will update the info after a re-check whether it's required to do before the removal.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok will check and rename.

     
  19. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    you may re-release ToolKit 9.3 with fix for a new 9.3.

    and,in toolkit,the toolkit's copyright is "Copyright (c) 2013-2018 MSMG. All rights reserved." now this year is 2019.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...