1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Did you use the WHD method or the normal method?

    SSU should be integrated first.
     
  2. Hayday93nl

    Hayday93nl MDL Novice

    Apr 29, 2020
    1
    0
    0
    Help! Whenever i try to integrate a language pack, it dosent show the language codes and it dosent show dism integration except the lang.ini generation and when it says copying windows setup localized resources it says file not found - *.* also whenever i click integrate to integrate the chromium edge browser it brings me to the remove screen with the windows custom features warning for some reason
     
  3. ptran3014

    ptran3014 MDL Novice

    Apr 25, 2010
    1
    0
    0
    #16123 ptran3014, Aug 14, 2020
    Last edited: Aug 14, 2020
    Please delete this post.
     
  4. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    @MSMG ,
    Toolkit v10.2 cmd line 21313:
    Code:
     if "%Component%" equ "WindowsApps" call :RemoveWindowsComponent "%InstallMount%", "System Apps", "WindowsApps"
    it should be:
    Code:
     if "%Component%" equ "WindowsApps" call :RemoveWindowsComponent "%InstallMount%", "Windows Apps", "WindowsApps"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Should be. But the way it is will do the job correctly. However, if I am not mistaken, it will display "System Apps" instead of "Windows Apps" at the beginning of the removal procedure.
     
  6. destroyer32

    destroyer32 MDL Novice

    Aug 18, 2020
    2
    0
    0
    Can anyone share package list that i can remove without breaking windows update and defender updates
     
  7. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    This is not the first time that similar errors have been corrected in Toolkit, and both were discovered during my localization.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Dudefoxlive

    Dudefoxlive MDL Novice

    Oct 27, 2018
    10
    2
    0
    I moved it to C:\Toolkit but am still getting the same error when trying to add codec HEVC and the sticky notes app.
     
  9. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    Tks..!!

    Firstly, sorry my bad english. I'm from Brazil..!!

    I used RemovePkgList method first and doesn't wok. After I used RemoveAppList method and doesn't work also. Both doesn't work for me from 19041.450 and 19042.450..!!

    From 19041.264 and 19042.264 works fine..!!

    RemovePkgList => OfficeHub
    RemoveAppList => Microsoft.MicrosoftOfficeHub

    Thanks in advance..!!
     
  10. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    72
    18
    0
    v10.2
    + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004/v2009 (v10.0.19041.421/v10.0.19042.421) Source OS.
     
  11. simple-hormiga

    simple-hormiga MDL Novice

    Apr 18, 2012
    22
    12
    0
    Works on 19042.450

    Screenshot_462.png
    Screenshot_461.png
     
  12. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    @MSMG: Is it correct that for Windows 8.1 metro app removal we should use Toolkit version 8.8?
    The first page does not explicitly state that, it says "component removal".

    The current version doesn't have the metro app removal option in the menu for Windows 8.1.
    However, the app list template for Windows 8.1 is present in the "lists" folder, do you intent to support metro app removal for W8.1?

    Cheers.
     
  13. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    #16140 Supern00b, Aug 22, 2020
    Last edited: Aug 22, 2020
    @MSMG: I found a tiny issue with the integration of PowerShell 7 on Windows 8.1.
    The Toolkit asks for the win7 reg file instead of the w8.1 reg file. I just renamed the reg file to the w7 version and the Toolkit took it, but it needs correction.

    Edit:
    I also found that after integrating updates (not .net 3.5) the pending.xml was created.
    Likely, the way updates are applied to a Windows 8.1 image differs from that in Windows 10.
    I looked at pending.xml and there was a huge list of pending operations, referring to multiple updates.
    It may not be possible to do an offline image cleanup like on Windows 10, or there is a need to filter out all updates that cause the pending.xml file being created.
    But then, WU will offer the missing patches after deploying the image.

    I think in the end it's unavoidable to run cleanup on an online image.
    Thus, the resulting image comes out pretty big, 3.7 GB and that's only the x86 image.

    Cheers.