1. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16581 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.)
     
  2. 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
     
  3. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    Latest version.

    Cheers.
     
  4. m7ke

    m7ke MDL Novice

    Sep 11, 2020
    8
    6
    0
  5. ingviowarr

    ingviowarr MDL Senior Member

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

    Attached Files:

  6. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Hi,

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

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    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.
     
  8. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
  9. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    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...
  10. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    yep save carioca dude :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. 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.
     
  12. 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!
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Tested today with W10 LTSC 2019 x64 + current CU 1490 and Windows Defender removed using ToolkitHelper.

    The cleanup works, do test when the new version of Toolkit is released.

    Code:
    D:\Work\w10>..\dism\exportimage2wim.cmd ..\Source\w10_rs5_x64.wim 8 install.wim
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>
    D:\Work\w10>..\dism\mountimage.cmd install.wim 1 mount
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>dism /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.17763-x64\ServicingStack
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package D:\Work\UpdatePack\Windows-10.0.17763-x64\ServicingStack\windows10.0-kb4570332-x64_e6d793a79a9424f23feef4e4bcc00c5a883b78da.msu
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>dism /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.17763-x64\FlashPlayer
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package D:\Work\UpdatePack\Windows-10.0.17763-x64\FlashPlayer\windows10.0-kb4561600-x64_00504a2c48850e3897caa5f9f9527881e87af0dd.msu
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>dism /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.17763-x64\NET48
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package D:\Work\UpdatePack\Windows-10.0.17763-x64\NET48\windows10.0-kb4486153-x64_43ee33b302bfdba470542a128a9ee0b58faa5412.msu
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>dism /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.17763-x64\NetCumulative
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package D:\Work\UpdatePack\Windows-10.0.17763-x64\NetCumulative\windows10.0-kb4576946-x64-ndp48_8d287058f0959697ecfc599a9fb54a37a538dc05.msu
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>dism /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.17763-x64\Cumulative
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package D:\Work\UpdatePack\Windows-10.0.17763-x64\Cumulative\windows10.0-kb4577069-x64_ea0fa6bd418d0684a7a077cb62384ae593d43b7a.msu
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>ToolKitHelper.exe mount WindowsDefender
    
    MSMG ToolKit Commandline Helper
    Version: 1.0.3888.0
    
    Image Version: 10.0.17763.1490
    
    Component : WindowsDefender
    
    Removing Package files...
    Modifying Package files...
    Loading Image Registry...
    Modifying Package Registry...
    Unloading Image Registry...
    
    The operation completed successfully.
    
    D:\Work\w10>dism /image:mount /cleanup-image /startcomponentcleanup
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.329
    
    Image Version: 10.0.17763.1490
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    D:\Work\w10>sfc /verifyonly /offbootdir=D:\Work\w10\mount /offwindir=D:\Work\w10\mount\windows
    
    Beginning system scan.  This process will take some time.
    
    
    Windows Resource Protection did not find any integrity violations.
    
    D:\Work\w10>
    
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    An update to people who have forked the Toolkit script, the new version of Toolkit comes with support for random multi-index servicing and so the Toolkit script has undergone vast amount of code changes.

    I will be releasing two version of the Toolkit script one with the current published script + changes added so far excluding multi-index servicing support and other one with multi-index servicing support for people who have forked the Toolkit to get more time to make changes to their custom scripts and testing.

    The new Toolkit script with support for random multi-index servicing has reduced overall code size from 1.51 MB to 1.27 MB and also made it easier to make new changes to the script and it takes less time to update the script now.

    - The Toolkit provides the option to select the index as 1 or 1,2,3 or 2,5,8 or 'A' (All Indexes) and 'Q' (Go Back to Main Menu).

    - Be it Single Index, Random Indexes or All Indexes the Toolkit mounts the selected index with their index number

    For e.g.

    Index: 1 (Mount\Install\1)

    Index: 1,2,3
    (Mount\Install\1)
    (Mount\Install\2)
    (Mount\Install\3)

    Index: 2,5,8
    (Mount\Install\2)
    (Mount\Install\5)
    (Mount\Install\8)

    The same applies for Windows Recovery (Winre.wim) image too.

    - Irrespective of Single Index, Random Indexes or All Indexes selected, the Toolkit when applying any feature use a loop with a count starting from 1 to Total Indexes to check if their is a mounted folder with the index no in the loop and if found then the feature is applied to that mounted image folder.

    This makes it easier to use the same code for all modes of selected index and take less time to test the code since testing for a single index is sufficient as it works for all indexes.


    Do test the new Toolkit script with support for random multi-index servicing and let me know if any bugs needs to be fixed and suggestions are welcome.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Updated the ToolKit to v10.6

    v10.6
    + Updated ToolKit's Bin folder with Windows 10 20H1 Insider Preview WADK (v10.0.20226.1000) Tools.
    + Updated the Feature "Integrate WHD Update Pack" to update the Image Version and Build information for Windows 10 Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1809 (v10.0.17763.1490) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1903/v1909 (v10.0.18362.1110/v10.0.18363.1110) Source OS.
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004/v2009 (v10.0.19041.546/v10.0.19042.546) Source OS.
    + Updated the Feature "Apply Tweaks" with updates for Disable Windows Upgrade Tweak.
    + Updated the Feature "Apply Tweaks" with Tweak to Disable showing Windows Defender Notification and System Tray Icon.
    + Fixed Typo Errors (Thanks to MDL Member : 正义羊).

    Also have uploaded new TooKit script v10.7 Beta with support for Random Multi-Index Image Servicing, do test the new Toolkit script and let me know if any bugs needs to be fixed and suggestions are welcome.
     
  16. @MSMG thanks a lot . Your Project is Awesome & always the best among the best .
     
  17. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16600 ingviowarr, Oct 1, 2020
    Last edited: Oct 1, 2020
    @MSMG Much appreciated for the new versions!

    I've wanted to say for a long time the MEGA is a whole trash. Every single time I'm expecting troubles with it.
    It always want smth odd. Or it say that is badly work with Firefox, or won't load. Even trough the TOR. Odd splashing everywere... Nah...
    Now it says the quota exeeded for v10.7 beta (with TOR). I'm realy tired of this nonsesce, rainy mega-cloud of adds and web-bugs...
    And it always use an obsoltete standards (like TLS 1.2).

    (I know I can use Pastebin, but...). Do you agree?