MSMG ToolKit

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

  1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    #10541 MSMG, May 8, 2019
    Last edited: May 8, 2019
    (OP)
    Did you perform the clean-image once before the removal? if not you will see this error.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Right now only Windows Apps can be removed for v1903, removing other components may break the OS.

     
  3. #10543 Deleted member 1148457, May 8, 2019
    Last edited by a moderator: May 8, 2019
    No I didn't, that must of been the issue. So I'm trying to remove the N version of LTSC from the ISO, remove some components, then customize the ISO using WIM tweaks. So would the process be:

    1. Remove N version
    2. Cleanup Image
    3. Mount ISO from DVD
    4 Remove Components/Apps
    5. Cleanup Image
    6. Customize
    7. Apply changes
    8. Build ISO
    9. Target and save ISO?
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    1. Remove N version
    2. Mount ISO from DVD
    3. Cleanup Image
    4. Remove Components/Apps
    5. Cleanup Image
    6. Customize
    7. Apply changes
    8. Rebuild
    9. Build ISO
    10. Target and save ISO

    This will save you mounting the image twice.

     
  5. intro

    intro MDL Member

    Apr 10, 2010
    230
    48
    10

    Thx for replying but I meant usiing the new toolkihelper.exe directly with 18362.1
     
  6. intro

    intro MDL Member

    Apr 10, 2010
    230
    48
    10

    Thx Msmg but after hours of trying I finally figured it out before this post I mounted the 18362 image to the toolkits mount/install directory and used some commmands from this forum from years ago and removed all the apps in one go. I didn't do image component cleanup after removal(so I don't know how it would affect the install) but the install went fine and I don't really see any probs and no sfc errors I did notice one app that was still a tile in start menu but when I clicked it it did nothing I'm assuming it got removed
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Those App tiles present in the Start Menu are not the Inbox Apps, those Apps will be downloaded as soon you connect to internet (Candy Crush).

    Did you try the v1809 with full components removed?

     
  8. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    13
    10
    Thanks.
    I said it before but I'd like to repeat - you made the awesome tool. Thank you very much.

    Could you advise which W10Pro version is the most component removal friendly? I want it bare bones, only Cortana left.

    Code:
    17763.379.190312-0539.rs5_release_svc_refresh / Include KB4489899, KB4470788, KB4489907, KB4483452
    17763.253.190108-0006.rs5_release_svc_refresh / Include KB4480116, KB4470788, KB4470502
    17763.107.101029-1455.rs5_release_svc_refresh / Include KB4464455
    17763.1.180914-1434.rs5_release
    
    17134.112.180619-1212.rs4_release_svc_refresh / Include KB4284835
    17134.1.180410-1804.rs4_release
    
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    From the next version the Toolkit will only support the first released source images i.e without the updates integrated for all Windows 10 Versions (Currently only v1809/v903 are supported)

    17763.1.180914-1434.rs5_release is the required one for v1809

    Installing updates through Windows Updates works, Post integration of updates i.e after the component removal was working before but with the current CU it's not working here for me and that's why I have uploaded the test version to know the user feedback.

    17134 is currently not supported with the present version of Toolkit but will be added back in future.

     
  10. intro

    intro MDL Member

    Apr 10, 2010
    230
    48
    10

    I can try 1809 17763.1 when I get home I'll remove everything and post my results. I'll also integrate the latest cu, ssu and .net
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Thanks also try the post-updates integration

     
  12. no1special

    no1special MDL Junior Member

    Jun 25, 2017
    52
    11
    0
    o_O
     
  13. intro

    intro MDL Member

    Apr 10, 2010
    230
    48
    10

    Will do
     
  14. lapone

    lapone MDL Novice

    Apr 10, 2014
    37
    3
    0
    hello

    is it possible to create a standalone iso of DART 10 with MSMG ?

    Also, is it possible to add DART to a recovery partition already installed on the SSD ?
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Standalone means for a plain WinPE image, Yes you can and here's the step

    - Mount the WinPE image to a folder

    Code:
    Dism.exe /Mount-Image /Imagefile:<WinPE.wim> /Index:1 /MountDir:<Mount-Folder>
    
    - Apply the DaRT 10 + DaRT 10 languages pack + DaRT 10 Debug Tools images to the mounted folder using the below commands

    Code:
    Dism.exe /Apply-Image /ImageFile:Dart_w10.tpk /Index:2 /ApplyDir:<Mount-Folder>
    Dism.exe /Apply-Image /ImageFile:Dart_w10_en-US.tpk /Index:2 /ApplyDir:<Mount-Folder>
    Dism.exe /Apply-Image /ImageFile:DebugTools_w10_rs6.tpk /Index:2 /ApplyDir:<Mount-Folder>
    
    - Commit changes and unmount the WinPE image using the below command

    Code:
    Dism.exe /UnMount-Image /MountDir:<Mount-Folder> /Commit
    
    - Rebuild the WinPE image using the below command

    Code:
    Dism /Export-Image /SourceImageFile:<WinPE.wim> /SourceIndex:1 /DestinationImageFile:<New_WinPE.wim> /compress:Max
    

    Note: Dart Packs Index:1 is for x86 and Index:2 is for x64


    For Recovery image (Winre.wim) it's the same above steps.

     
  16. freq86

    freq86 MDL Novice

    Aug 19, 2011
    2
    0
    0
    Is there a way to integrate .Net Framework 4.8 in Win10 1809 image?

    Unpacking NetFX48_W10.7z file to Packs folder doesn't show up in Toolkit -> Integrate.
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    I have only uploaded the new packs, still the updated ToolKit need to be uploaded, doing few final testing.

    It will be available in this week.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Remove Windows Components Using Package List now supports both the ToolKitHelper and DISM methods.

    Code:
    ===============================================================================
            MSMG ToolKit - Remove Windows Components Using Package List
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Removing Windows Components Using Package List####################
    -------------------------------------------------------------------------------
    
        Image                    : Install.wim
        Image Index              : 2
        Image Architecture       : x64
        Image Version            : 10.0.17763.1.0
        Image Edition            : Professional
        Image Default Language   : en-US
    
    -------------------------------------------------------------------------------
    ####Removing Windows Components Using Package List#############################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Removing ParentalControls Package...
    -------------------------------------------------------------------------------
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.1620.0
    
    Image Version: 10.0.17763.1
    
    Component : ParentalControls
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Removing Microsoft-Windows-MultiPoint-Connector-Package Package...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.18362.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Removing package Microsoft-Windows-MultiPoint-Connector-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Removing Windows Components Using Package List####################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .