1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You need to integrate the updates after the component removal.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Which components?

     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    TH1-RS4 uses DISM method which won't remove the components completely or may cause SFC/Shared components errors, you may need to
    wait until the ToolKitHelper method is updated to support these versions.

    For .NET Framework 4.8 integration use v9.3.1 it will work.

     
  4. maka213

    maka213 MDL Novice

    Aug 24, 2012
    41
    12
    0
    Unable to integrate Games into an RS5 image. Am i doing something wrong or is this by design?
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Games integration currently been disabled due to a bug, once it's fixed the feature will be restored.

     
  6. jerzys

    jerzys MDL Novice

    Jun 26, 2014
    43
    20
    0
    This happened to me too. I am trying to prepare a list while waiting for implementation to the menu and get an error "Invalid Component Name specified". @MSMG what do you think?
     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    #10727 MSMG, May 14, 2019
    Last edited: May 14, 2019
    (OP)
    Yes it's due to two '_' present in the ToolKitHelper_CEIP_SQM and the Toolkit splits the string at '_' to get the component name, will fix it.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Use the Create Virtual editions cmd file in UUP folder to create Enterprise, Education, Pro Education, Professional Workstation etc.

    or Use the Pro edition and upgrade the edition to enterprise using Toolkit->Tools->WIM Manager->Upgrade menu and then use the Toolkit to remove or integrate components.

     
  9. jerzys

    jerzys MDL Novice

    Jun 26, 2014
    43
    20
    0
    I'm sorry to ask and I'm not rushing of course, but when you will fix it? If I may ask also, when we can expect implementation to the menu components removal? Thank you for your hard work.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Yes very soon, will fix the list issue and the Windows Components removal menu doesn't require that fix as the Toolkit doesn't use the list method instead directly calls the component name.

    Even you can simply the package list if you are going to remove a set of components belonging to a same category, e.g:

    Removing Privacy related components

    Code:
    ToolKitHelper_AssignedAccess
    ToolKitHelper_CEIP_SQM
    ToolKitHelper_FaceRecognition
    ToolKitHelper_KernelDebugging
    ToolKitHelper_LocationService
    ToolKitHelper_UnifiedTelemetryClient
    ToolKitHelper_WindowsErrorReporting
    
    can be removed all at once using the below entry which will also remove the 10s delay present while removing each component.

    Code:
    ToolKitHelper_Privacy
    

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Think you miss-read what he referred to, he said after integrating the latest updates the issue got fixed but he removed the components before the integration.

     
  12. maka213

    maka213 MDL Novice

    Aug 24, 2012
    41
    12
    0
    Using an original RS5 image, i did everything in correct order as per the README file and ran into an error during cleanup.

    Capture02.PNG
     
  13. zcelakdgl

    zcelakdgl MDL Novice

    Nov 21, 2018
    26
    10
    0
    MDL Developer, if updates will integrated after components removing, can this restore telemetry and other microsoft data collection services? Did you already integrate fix for disable or remove microsoft "activity history" and "shared clipboard" ? Is LTSC supported or not?
     
  14. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    549
    179
    30
    this is so not cool !!
     
  15. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    14
    10
    So the newest fully supported vis-a-vis components removal is 17763.1.180914-1434.rs5_release?
    I mean, I have a perfectly customized 17763.1 and I just don't see the need to upgrade. It's just the way I am ;)
    Anyone here remembers MicroXP by eXPerience? Fully working system, with no crap, always under 100MBs. My Windows Update was looking if he released a new release ;)

    I have access to laptop running fully updated uncut W10 and honestly I don't know what's new. Edge is now just frontend for Chromium, and default wallpaper different. WSL is greatly improved but I got so used to Ubuntu dualboot that I don't even want to use it.
     
  16. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    I thought we couldn't remove components.
     
  17. jerzys

    jerzys MDL Novice

    Jun 26, 2014
    43
    20
    0
    We can remove components, but only by ToolKitHelper PkgsList. Component removal in ToolKit menu is not implemented yet, we need to wait.
     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Will checkout.