1. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    766
    612
    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.
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    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 . . .
    
     
  3. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    374
    161
    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..!!
     
  4. EXO56

    EXO56 MDL Member

    Mar 22, 2013
    179
    239
    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.
     
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    374
    161
    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..!!
     
  6. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16586 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.)
     
  7. 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
     
  8. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    Latest version.

    Cheers.
     
  9. m7ke

    m7ke MDL Novice

    Sep 11, 2020
    8
    6
    0
  10. ingviowarr

    ingviowarr MDL Senior Member

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

    Attached Files:

  11. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    374
    161
    10
    Hi,

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

    Ace2 MDL Expert

    Oct 10, 2014
    1,374
    1,159
    60
    Use Windows Update Blocker, open regedit, find value's Windows Update Blocker writes into regedit, export and save value's you want to use.
     
  13. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
  14. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    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...
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    yep save carioca dude :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ingviowarr

    ingviowarr MDL Senior Member

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

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    The post was updated according to the new experience and tests ( MSMG + W10-Debloater-SysApps : Thanks to amazing authors!)

    Now it's time to go back to the 1-st question. How minimum Store config should look for UWP-drivers / appX, AppxBundle OFFLINE installation?
    Feel free to share your knowledge. I'll be much appreciated for any guess or advice!