1. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    yes
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. spidernz

    spidernz MDL Senior Member

    May 20, 2011
    390
    114
    10
    is the full list of components in the menu that you can remove, able to be done via lists?
    if so is there a full list somewhere, so we can just delete lines of what we want to keep and everything else gets removed? the templete don't seem to have everything especially advanced components section.
     
  3. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #8603 Windows 10 User, Nov 21, 2018
    Last edited: Nov 22, 2018
    So we might have problems with source images of other languages?
     
  4. haremmon

    haremmon MDL Novice

    Aug 29, 2016
    20
    18
    0
    Hello,

    I noticed these 4 items were in the RemovePkgsList_Template.txt under Packs folder:
    • Microsoft-Windows-ContentDeliveryManager-Package
    • Microsoft-Windows-DesktopFileExplorer-Package
    • Microsoft-Windows-Management-SecureAssessment-Package
    • Microsoft-Windows-Store-Client-Package
    RemoveAppsList_W10_RS5_Template.txt has all the Windows 10 regular apps to use for reference but as for the system apps, they are not all there.

    I was wondering if anyone has a giant list for all the packages (the exact name) that can be put into the RemovePkgsList.txt?
    I understand there is a button to remove all but I would like to remove 95% of the items and keep some.
    Currently, the only method is to select each item individually. So I was hoping to create a RemovePkgsList.txt to filter the list to my need. If not, where can I start to determine that?

    Any help is much appreciated!

    List under Remove System Apps Menu - RemoveSystemAppsMenu from toolkit.cmd
    • AADBrokerPlugin
    • AssignedAccessLockApp
    • BioEnrollment
    • ContentDeliveryManager
    • FileExplorer
    • LockApp
    • MapsControl
    • ParentalControls
    • PeopleExperienceHost
    • QuickAssist
    • RetailDemoContent
    • SettingSync
    • SkypeORTC

    List under Remove Advanced Windows Components Menu - RemoveAdvancedComponentsMenu from toolkit.cmd
    • AdobeFlashForWindows
    • AssignedAccess
    • CEIP_SQM
    • Cortana
    • DeviceLockdown
    • EdgeDevToolsClient
    • FirstLogonAnimation
    • HomeGroup
    • InternetExplorer
    • KernelDebugging
    • Paint
    • RemoteAssistance
    • SmartScreen
    • SnippingTool
    • SystemRestore
    • UnifiedTelemetryClient
    • WindowsDefender
    • WindowsErrorReporting
    • WindowsMediaPlayer
    • WindowsPhotoViewer
    • WindowsReaderPDF
    • WindowsSubsystemForLinux
    • WindowsToGo
    • WinSAT
    • XboxApp
    • XboxGameCallableUI
     
  5. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    #8605 biatche, Nov 21, 2018
    Last edited: Nov 21, 2018
    Yes I have same question as haremmon, can i remove some of the items in Advanced windows component & system apps menu but not all?

    in my case, i wanna remove all of system except SettingSync
    and for advanced -- IE,edge and smartscreen only

    (btw, will defender break if smartscreen is removed?)
     
  6. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    FWIW, there are probably a lot of reasons for this error, but I did come across this myself. For me the cause was having additional disk drives connected at the time I did the install. I disconnected all other drives "cleaned" the drive using diskpart and it then installed. If you have more than one drive, it's worth a try. Just trying to help.
     
  7. Zungao

    Zungao MDL Novice

    Dec 2, 2013
    2
    0
    0
    When tinkering with windows images, i usually apply

    dism /image:"offline_image_path" /Cleanup-Image /StartComponentCleanup /ResetBase

    Do you mean this is no longer advisable?
     
  8. kuroda

    kuroda MDL Senior Member

    Aug 25, 2012
    445
    32
    10
    ............WELL,I change, and did not work...
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The component/package consists of two things one a Base package and an Language resource package for that Base package.

    Then the update package contains the updated component files/registry entries related to the Base package and it's language package.

    Using DISM to remove a Base package will remove the associated Language resource packages and also the updated package.

    The ToolKitHelper.exe for RS5 has been coded only to remove the base package and it's en-GB/US Language resource package, though the ToolKitHelper.exe removes the file/folder entries for all languages but the registry entries are removed only related to en-GB/en-US languages, also the updated component files/registry entries aren't removed.

    That's why I do suggest people to use the ToolKit to remove the component only for en-GB/en-US source images until the support is added for all languages and not to use the refreshed images.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The Remove Windows Components using the Package List is meant for removing the Component using the DISM and most of the Components present in the Remove Windows Components don't have a package name to remove using the DISM.

    The result of using the Remove Using Package List will be not same as the Remove Windows Components.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Don't know whether that's the exact cause or may be it's also one of the cause for that error, just need to find out.

     
  12. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    Fixed my VM!
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    This is different, this will remove superseded components, but I was referring to Side by Side assembly files related to removed component which the SFC uses to repair and restore the files.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Did you try this


     
  15. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    @MSMG

    If I perform Perform DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase or /sfc scannow and it come up with errors with removal of all components + integration of WU updates on x64 refresh 2019 ltsc, is this normal?
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Using SFC will give you errors now as the WinSxS cleanup has been disabled to support Windows Updates PSFX format.

     
  17. boo123

    boo123 MDL Member

    Sep 20, 2013
    247
    32
    10
    Will the components be restored if I do sfc scannow?

    I can't test the .iso made by your toolkit so im uncertain if I want to proceed to use this as my main os to upgrade from 1607.
     
  18. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30

    So, in future will there be an automated means of removing ALL system except settings sync
    and for advanced -- specifically edge, ie, defender, smartscreen
    ?
     
  19. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    59
    6
    0
    ok, when you plan add support this all languages for Enterprise x64 1809 17763 build ? this year?
     
  20. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    59
    6
    0
    hi, are you japanese? did you use JP image?