1. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #19021 graver.x, Apr 7, 2021
    Last edited: Apr 7, 2021
    According to the order of action described in README, Customize the Image using the "Customize" menu, one of the options of which is to disable functions with the User List, is made after the integration of all updates and removal of components.
    (G) - Select the Components to be removed using [Remove->Remove Windows Components->Select Windows Components] menu.

    Note: Only for Client Editions.
    Requires Cumulative Update specified in the changelog.txt to be integrated before the removal.

    (H) - Remove the selected Windows Components using [Remove->Remove Windows Components-> Start Removing Windows Components] menu.

    Note: Only for Client Editions.
    Requires Cumulative Update specified in the changelog.txt to be integrated before the removal.

    (I)- <Optional> Integrate the required Windows Custom Features using [Integrate->Windows Custom Features] menu.
    (J) - <Optional> Customize the Image using [Customize] menu.
    On this basis, I believe that support for the original image 17763.316 should not be considered as a priority issue.
    I believe disabling functions should be performed after the removal of components, and this will already build 17763.1817

    And if we discuss the choice of source for the subsequent integration of updates, I think it is better to choose for this purpose the starting number of the service package for a specific release win10, in this case - 17763.1

    I think this should be done at least because after the integration of the last CU, there will be fewer versions of the superseded components in your image.

    If I am wrong, let MSMG and our experienced colleagues correct me.
     
  2. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    @graver.x
    I beleive, the suggested answers by @MSMG will be close to the next:

    - You can ignore these error log-messages
    - The order of disabling Features (before vs after App removing) does not affect the health of the final image.

    Let's see. But I don't like these confusing messages anyway :oops:
     
  3. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #19023 graver.x, Apr 7, 2021
    Last edited: Apr 7, 2021
    It also seems to me that nothing terrible will happen as a result of these errors.
    And this is the most important thing in our business. :cheers:

    Hopefully, MSMG will soon resolve our perplexities.
     
  4. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    10
    hey all,
    so I am trying to get a list of all components from toolkit_helper.exe
    I have typed in the folowing,
    c:\t\bin\ToolKitHelper.exe c:\mount\ component_list.txt
    that should dump a list of components to the file,
    the file has nuthing in it,
    I used c:\mount\ as the location of the mounted image.
    could someone tell me what I need to correct to have a complete list from toolkit helper?
    note,
    I am blind so no images.
    Majid
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    Hello, well I only use the Toolkit v10.1 with the W10 LTSC from its release and never had the slightest problem I can say with absolute certainty ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    @Tiger-1
    In older versions I didn't noticed critical messages also. Well, that's why it's so strange.
    And I beleive in progress done by @MSMG. I beleive in progress in future versions (when SysApps removal will become available).
    Despite of some roughness.
     
  7. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
  8. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    because it is friend for some reason I simply could not "understand" the way that works the younger versions and with the experience obtained with version 10.1 I think I should not exchange for another that at least for me does not work correctly are only my Two cents ...
    EDIT: see my new install that I make today afternoon
    Microsoft Windows [versão 10.0.17763.1852]
    (c) 2018 Microsoft Corporation. Todos os direitos reservados.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #19031 ingviowarr, Apr 8, 2021
    Last edited: Apr 8, 2021
    @Yanta
    The question was:
    Nothing about:
    :p
    CloudExperienceHost is a System App relative to Accounts and it's really hard to remove PROPERLY.
    I know only AutoSettingsPS can do it. But it's a complicate software, not a few lines to insert...
    Other debloating apps / scripts or don't have such option or put this app into "non-removable" section, do not touch it (to avoid PS errors) and speed-up other debloating operations.
     
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Sorry, I assumed the fact that I posted a powershell command might lead one to think I was trying to do this from a command line.

    I had seen several posts here saying that it could be done and did not make it out to be that difficult.

    Not that this will make any difference, but absolutely everything I do is done from a script I have written. Everything past, and everything in the future.

    My bad. Sorry.
     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    Hmm is no longer easy to disable this on the task scheduler ...:thinking:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #19034 ingviowarr, Apr 8, 2021
    Last edited: Apr 8, 2021
    Why? Shcheduler and Autologgers - the easiest part of the game.

    • Scheduler (CreateObjectTask)
    Code:
    schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /Disable
    If no access, then launch cmd/PS via PowerRun and do it. (Before it was OK even without PowerRun).

    Autologger (CloudExperienceHostOobe)
    Code:
    reg delete "HKLM\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\CloudExperienceHostOobe" /f
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    yep friend, I forgot about this command ;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    Guys, please, find this tweak. Maestro westlife also asking for this.
     
  16. loweistudio

    loweistudio MDL Novice

    Jan 13, 2021
    10
    12
    0
    Hello everyone, sorry for being a noob in Customizing Windows 10.

    I ran the MSMG Toolkit and debloated a Win 1909 Pro Iso and tested it in a VM without DISM or SFC errors.
    I wanted to use the AIO-Debloater to strip extra features on my debloated ISO (previously stripped by MSMG) as recommended by @ingviowarr :
    However, I can't figure out how to run the .cmd file to edit the ISO.
    Any README file or instructions could help.
     
  17. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    @loweistudio
    See Chapter 2.1) and put 2 files (cmd & iso) into the corresponded folders.
    Run cmd (as Admin) and follow the 4 screens that will appear one by one.
    Just select / unselect items (Ctrl+LMB) according to my screenshots.
     
  18. loweistudio

    loweistudio MDL Novice

    Jan 13, 2021
    10
    12
    0
    #19039 loweistudio, Apr 8, 2021
    Last edited: Apr 8, 2021
    Thanks for your swift reply @ingviowarr

    I did put the custom files in their respective folders but when i start the .cmd script, i get no response from it!
    I tried to apply everything you said in your post but it seems i'm blocked on this step.
     
  19. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    @loweistudio
    Ensure your current Account included into Admin group. Look at the classic User Management:
    Run -> lusrmgr.msc