MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. Feartamixg

    Feartamixg MDL Addicted

    Joined:
    May 15, 2016
    Messages:
    555
    Likes Received:
    423
    Trophy Points:
    30
    #10641 Feartamixg, May 12, 2019
    Last edited: May 12, 2019
    Small error found at integration of WHD.
    I am not able to select option 4 (Integrate to Windows Setup Boot, Install & Recovery Image). I just receive a beep and MSMG returns to the above menu. I was able to choose option 3 (Integrate to Windows Setup Install & Recovery Image).
     
  2. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
  3. boyonthebus

    boyonthebus MDL Addicted

    Joined:
    Sep 16, 2018
    Messages:
    917
    Likes Received:
    573
    Trophy Points:
    30
    This is just a simple registry edit to the mounted registry.
    Code:
    Reg add "HKLM\HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "UseDefaultTile" /t REG_DWORD /d "1" /f
     
  4. intro

    intro MDL Member

    Joined:
    Apr 10, 2010
    Messages:
    230
    Likes Received:
    48
    Trophy Points:
    10
  5. ARCIGA

    ARCIGA MDL Senior Member

    Joined:
    Mar 23, 2015
    Messages:
    272
    Likes Received:
    58
    Trophy Points:
    10
    I Am Using Windows 10.0.18362.30 X64 is-MX And Does Not Eliminate Anything
     

    Attached Files:

  6. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
    #10646 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..??
     
  7. intro

    intro MDL Member

    Joined:
    Apr 10, 2010
    Messages:
    230
    Likes Received:
    48
    Trophy Points:
    10
  8. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
  9. intro

    intro MDL Member

    Joined:
    Apr 10, 2010
    Messages:
    230
    Likes Received:
    48
    Trophy Points:
    10
  10. zero cool root

    zero cool root MDL Senior Member

    Joined:
    Jun 17, 2011
    Messages:
    298
    Likes Received:
    89
    Trophy Points:
    10
    Thank you so much..!!
     
  11. rwayboy

    rwayboy MDL Novice

    Joined:
    May 17, 2017
    Messages:
    32
    Likes Received:
    4
    Trophy Points:
    0
    Thank you very much for this release! I have a question. Can components be removed from 1903 or just apps?
     
  12. intro

    intro MDL Member

    Joined:
    Apr 10, 2010
    Messages:
    230
    Likes Received:
    48
    Trophy Points:
    10
    No problem
     
  13. Windows 10 User

    Windows 10 User MDL Expert

    Joined:
    Feb 2, 2017
    Messages:
    1,229
    Likes Received:
    74
    Trophy Points:
    60
    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)?
     
  14. xlincn

    xlincn MDL Novice

    Joined:
    Nov 9, 2013
    Messages:
    20
    Likes Received:
    2
    Trophy Points:
    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
     
  15. biatche

    biatche MDL Addicted

    Joined:
    Nov 14, 2009
    Messages:
    568
    Likes Received:
    143
    Trophy Points:
    30
    wow...... 9.3 I can't believe it fellas!
     
  16. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    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.

     
  17. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    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.


     
  18. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Yes I had used this tweak earlier and got an error, the OS couldn't boot further.

     
  19. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    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.