1. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    Thank you. Are there any others from the
    Code:
    DISM Component Removal Template
    ===============================
    Microsoft-Windows-ContentDeliveryManager-Package
    Microsoft-Windows-DesktopFileExplorer-Package
    Microsoft-Windows-Management-SecureAssessment-Package
    Microsoft-Windows-Store-Client-Package
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    When you say you removed all apps except system apps then did you removed the Internet, Multimedia, Privacy,
    Remoting, System and Windows apps?

    Then you may need to use the working image as a base image and then do test with the system apps removal one by one to find the actual component.

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    There's an option to integration custom files in the Toolkit, checkout the folder <\Custom\Files\w10\x64\Windows\Fonts> folder to include the fonts to the image and use the menu Integrate->Windows Custom Features->Integrate Custom Files.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    At present, there's no option to export/import list just you need to manually add the entries to the file <Bin\Lists\RemovePkgsList.txt> and there's a template for the list RemovePkgsList_W10_Template.txt

    Also you can get the list of components available for removal using the ToolKitHelper.exe <mount-folder> /?

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The below entries are just an example for removing the packages using the DISM method and not the ToolKitHelper.exe method.

    Both the list should not be used, either use the ToolKitHelper method or the DISM method but the DISM method is very limited and can't get the exact result of that of ToolKitHelper method.

     
  6. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    730
    276
    30
    yes. i kind of have expirience on android debloat and know that removal of some system apps break something else. so i figure it would be the same. on w10.
    so i went ahead and rwmoved all app but leaved system apps alone. then next test i removed only all the system apps and had the problem. well ill figure it out. thanks
    question.? how do we dirty install.? means to install over OS. say theres a cumulative update if i integrate to image can we update installed OS.?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    #13229 Enthousiast, Nov 11, 2019
    Last edited: Nov 11, 2019
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ya just forgot about the edition, corrected it now.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes for v1809 installing CU manually or through WU is fine, the removed components won't be returned.

    Only with the v1903/v1909 the components do get returned.

     
  10. Proxanos

    Proxanos MDL Novice

    Aug 18, 2017
    16
    1
    0
    thank you
     
  11. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    730
    276
    30
    hi am in need of download w10-1909 again. i had 1909 .418 iso and cumulatives updates to convert to .446. i see .449 is this the whole windows 10 1909 iso. i see its 3gb.???
    if i want to use latest 1909 to work on it what should i do. thanks
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    #13236 Enthousiast, Nov 12, 2019
    Last edited: Nov 12, 2019
    18363.449 amd64 (x64) All Editions (home, home N, pro and pro N) en-US = 5.04 GB (5,418,104,832 bytes) (when cleanup is enabled, it will be smaller, when resetbase is enabled, it will be even more smaller, when create install.esd is enabled, the size will decrease by approx. 30-33%).

    Here you can see an overview of the results of the different cleanup options:
    https://forums.mydigitallife.net/th...10-uups-with-ease.75052/page-144#post-1546989
     
  13. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Has anyone already tried to install a new cumulative update in 1903/1909 system with a ban on restoring removed components?

    How to stop restored \Windows\SystemApps from installing after Cumulative Update.

    Code:
    How to stop restored \Windows\SystemApps from installing after Cumulative Update.
    
    0. Install Cumulative Update, (Don't restart Pc, until C:\Pending.xml has been edited)
    
    1. Copy C:\Windows\WinSxS\Pending.xml to C:\
    
    2. Use this Command in Nsudo: ren C:\Windows\WinSxS\Pending.xml Pending.xml.bak
    
    3. Edit C:\Pending.xml (Only replace SystemApps you want to stop installing)
    
    4. Use this Command in Nsudo:
    copy C:\Pending.xml C:\Windows\WinSxS\Pending.xml
    
    5. Restart Pc
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    @MSMG

    Hello,
    I'm attempting to add the Spanish language pack and I have everything in the correct directories. I'm enclosing a screen shot of the error I keep getting

    W10-Packs-Language-64-es-ES.JPG

    and the directory of the correct files:

    W10-Packs-Language-64-es-ES-2.JPG

    I would appreciate any and all assistance concerning this issue.
    Thank You....
     
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Code:
    Copy es-ES LanguagePack to \Packs\LanguagePacks\w10\10.0.18362\x64\es-ES\ folder
    
    OR MAKE the folder root \Packs\LanguagePacks\w10\10.0.18362\x64\es-ES\ then put es-ES LanguagePack in folder es-ES
     
  16. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    yep myself make the second option and works fine, script search for folder root I discover this sometime ago
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...