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. Spoiler (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.
@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
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. Hopefully, MSMG will soon resolve our perplexities.
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
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 ...
@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.
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.
@Yanta The question was: Nothing about: 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.
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.
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
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.
@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.
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.
@loweistudio Ensure your current Account included into Admin group. Look at the classic User Management: Run -> lusrmgr.msc