1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Afaik, range never worked and still needs to be fixed by @MSMG
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,293
    627
    60
    I think there is a list method where you make the list ahead of time. I have not used it but I am sure there is a tutorial someone can link to.
     
  3. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    I would skip cleanup to avoid SFC errors. However the OOBE screen, that I referred to previously, may not work.

    Until Microsoft and/or MSMG fix the SFC problems, I won't be integrating updates and just use the ToolKit on 19041.450 without updating it. This way I can retain the cleanup step.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Support for Random Multi-Index servicing will be added soon, I'm working on that and right now Select Source, Convert Source, Cleanup Source, Save Source and Discard Source have been updated and working, still all other features need to be updated with few tricky parts need to be dealt with.

    But still Random Multi-Index support for WIM Manager is a tricky thing coz the actual index numbers do get change as soon as you perform delete operations.


    Preview of Single Index Servicing

    Code:
    ===============================================================================
                   MSMG ToolKit - Select Source from <DVD> folder
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Selecting Source Images####################################################
    -------------------------------------------------------------------------------
    
    Reading Image Information...
    
    ===============================================================================
    | Index | Arch | Name
    ===============================================================================
    |   1   | x86  | Windows 10 Home
    |   2   | x86  | Windows 10 Home N
    |   3   | x86  | Windows 10 Home Single Language
    |   4   | x86  | Windows 10 Education
    |   5   | x86  | Windows 10 Education N
    |   6   | x86  | Windows 10 Enterprise
    |   7   | x86  | Windows 10 Enterprise N
    |   8   | x86  | Windows 10 Pro
    |   9   | x86  | Windows 10 Pro N
    |   10  | x86  | Windows 10 Pro Education
    |   11  | x86  | Windows 10 Pro Education N
    |   12  | x86  | Windows 10 Pro for Workstations
    |   13  | x86  | Windows 10 Pro N for Workstations
    |   14  | x86  | Windows 10 Enterprise for Virtual Desktops
    |   15  | x86  | Windows 10 IoT Enterprise
    ===============================================================================
    
    Enter the Image Index # [Range : 1,...15 or 'A'll 'Q'uit] : 8
    
    Do you want to mount Windows Setup Boot Image ? ['Y'es/'N'o] : Y
    
    Do you want to mount Windows Recovery Image ? ['Y'es/'N'o] : Y
    
    -------------------------------------------------------------------------------
    ####Source Image Information###################################################
    -------------------------------------------------------------------------------
    
        Image                    :  Install.wim
        Image Index No           :  8
        Image Architecture       :  x86
        Image Version            :  10.0.18362
        Image Service Pack Build :  1
        Image Service Pack Level :  0
        Image Build              :  18362
        Image Default Language   :  en-US
    
    -------------------------------------------------------------------------------
    ####Mounting Source Images#####################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Mounting [Boot.wim, Index : 1] Image at <\Mount\Boot\1>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Boot.wim, Index : 2] Image at <\Mount\Boot\2>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 8] Image at <\Mount\Install\8>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 8 -> WinRE.wim] Image at <\Mount\WinRE\8>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Selecting & Mounting Source Images################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    Code:
    ===============================================================================
                MSMG ToolKit - Discard Changes & Unmount Source Images
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Discarding Changes & Un-Mounting Source Images####################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Un-Mounting [Boot.wim, Index : 1] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Boot.wim, Index : 2] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 8 -> WinRE.wim] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 8] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Discarding Changes & Un-Mounting Source Images####################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    

    Preview of Random Multi-Index Servicing

    Code:
    
    ===============================================================================
                   MSMG ToolKit - Select Source from <DVD> folder
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Selecting Source Images####################################################
    -------------------------------------------------------------------------------
    
    Reading Image Information...
    
    ===============================================================================
    | Index | Arch | Name
    ===============================================================================
    |   1   | x86  | Windows 10 Home
    |   2   | x86  | Windows 10 Home N
    |   3   | x86  | Windows 10 Home Single Language
    |   4   | x86  | Windows 10 Education
    |   5   | x86  | Windows 10 Education N
    |   6   | x86  | Windows 10 Enterprise
    |   7   | x86  | Windows 10 Enterprise N
    |   8   | x86  | Windows 10 Pro
    |   9   | x86  | Windows 10 Pro N
    |   10  | x86  | Windows 10 Pro Education
    |   11  | x86  | Windows 10 Pro Education N
    |   12  | x86  | Windows 10 Pro for Workstations
    |   13  | x86  | Windows 10 Pro N for Workstations
    |   14  | x86  | Windows 10 Enterprise for Virtual Desktops
    |   15  | x86  | Windows 10 IoT Enterprise
    ===============================================================================
    
    Enter the Image Index # [Range : 1,...15 or 'A'll 'Q'uit] : 3,8,12
    
    Do you want to mount Windows Setup Boot Image ? ['Y'es/'N'o] : Y
    
    Do you want to mount Windows Recovery Image ? ['Y'es/'N'o] : Y
    
    -------------------------------------------------------------------------------
    ####Source Image Information###################################################
    -------------------------------------------------------------------------------
    
        Image                    :  Install.wim
        Image Index No           :  3,8,12
        Image Architecture       :  x86
        Image Version            :  10.0.18362
        Image Service Pack Build :  1
        Image Service Pack Level :  0
        Image Build              :  18362
        Image Default Language   :  en-US
    
    -------------------------------------------------------------------------------
    ####Mounting Source Images#####################################################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Mounting [Boot.wim, Index : 1] Image at <\Mount\Boot\1>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Boot.wim, Index : 2] Image at <\Mount\Boot\2>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 3] Image at <\Mount\Install\3>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 3 -> WinRE.wim] Image at <\Mount\WinRE\3>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 8] Image at <\Mount\Install\8>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 8 -> WinRE.wim] Image at <\Mount\WinRE\8>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 12] Image at <\Mount\Install\12>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Mounting [Install.wim, Index : 12 -> WinRE.wim] Image at <\Mount\WinRE\12>...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Selecting & Mounting Source Images################################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
    Code:
    
    ===============================================================================
                MSMG ToolKit - Discard Changes & Unmount Source Images
    ===============================================================================
    
    -------------------------------------------------------------------------------
    ####Starting Discarding Changes & Un-Mounting Source Images####################
    -------------------------------------------------------------------------------
    
    -------------------------------------------------------------------------------
    Un-Mounting [Boot.wim, Index : 1] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Boot.wim, Index : 2] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 3 -> WinRE.wim] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 3] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 8 -> WinRE.wim] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 8] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 12 -> WinRE.wim] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    Un-Mounting [Install.wim, Index : 12] Image...
    -------------------------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20221.1000
    
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    -------------------------------------------------------------------------------
    ####Finished Discarding Changes & Un-Mounting Source Images####################
    -------------------------------------------------------------------------------
    
    ===============================================================================
    
    Press any key to continue . . .
    
     
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Hi @MSMG

    I'd like to work Update Drivers but block Windows Update by reg file. Is it possible..??

    If yes, please how can I do..??

    Thanks in advance..!!
     
  6. EXO56

    EXO56 MDL Member

    Mar 22, 2013
    228
    402
    10

    Same reg code posted by @Ace2 here :
    Change the following DWORD value from 1 to 0
    "ExcludeWUDriversInQualityUpdate"=dword:00000001

    Resulting in:
    "ExcludeWUDriversInQualityUpdate"=dword:00000000

    Windows Update is blocked but you will receive updates for drivers.
     
  7. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Thanks @EXO56 and @Ace2

    @EXO56, it works to block Windows Upgrade too..??

    I'd like to work Update Drivers and block Windows Update and Windows Upgrade..!!
     
  8. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #16568 ingviowarr, Sep 29, 2020
    Last edited: Nov 4, 2020
    Win10 20H1 build 508

    What I should delete OR leave in the ISO from the next Store apps if I want only OFFLINE installation working for UWP-drivers?
    (At present ISO config, at the screenshot, the Store was deleted, but I can make a new image, according to your advises).
    Also, ability to install an AppX, AppxBundle OFFLINE ONLY would be welcome option.

    - DesktopAppInstaller
    - StorePurchaseApp
    - WindowsStore
    - XboxIdentityProvider

    - XboxGameCallableUI
    - MicrosoftWindowsClient.CBS

    ... what else ???

    (I have detailed descriptions for the most apps, but this is not enough. I need your advises, friends.)
     
  9. plasmah77

    plasmah77 MDL Novice

    Apr 3, 2016
    46
    16
    0
    Hi all quick question: What version of MSMG Toolkit to use for component removal of Windows 1903? Thanks
     
  10. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    Latest version.

    Cheers.
     
  11. m7ke

    m7ke MDL Novice

    Sep 11, 2020
    8
    6
    0
  12. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #16572 ingviowarr, Sep 30, 2020
    Last edited: Nov 11, 2020

    Attached Files:

  13. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    Hi,

    Thanks. I know Windows Update Blocker, but I'd like to use reg code..!!
     
  14. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
    Use Windows Update Blocker, open regedit, find value's Windows Update Blocker writes into regedit, export and save value's you want to use.
     
  15. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
  16. AeonX

    AeonX MDL Addicted

    May 24, 2013
    798
    728
    30
    AccountsControl can be deleted in ISO without problems in version 1809. I can add new users normally even in the Settings app so I don't know what this is really for. But I use NTLite for this so it may be that it keeps some file to maintain compatibility.

    CloudExperienceHost breaks OOBE so if you are going to remove this you have to skip OOBE entirely using an autounattend.xml file with the username included. The scheduled task Microsoft\Windows\CloudExperienceHost\CreateObjectTask with a SetupComplete.cmd has the same effect.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    yep save carioca dude :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    I guessed the same, but you saved me a time. Thank you for this.