1. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    Is this a question or a statement?
    That's why I'm worried.
     
  2. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    @(\_/)^(\_/) @Supern00b
    Although I haven't heard otherwise, I really don't think there is any need for concern. I suspect that @MSMG is having a well earned rest and will be along sometime soon to update the ToolKit.

    In the past, I did make my concern known about @MSMG being the sole developer. Of course it would be tragic if anything happened to him, but another great loss would be the amount of work that has gone into this program. If this knowledge were spread and shared with select and trusted developers, good things could even happen.
     
  3. Ravzzz

    Ravzzz MDL Novice

    Apr 4, 2021
    17
    6
    0
    You can edit the Toolkit, but you should know what you're doing. Why do you want to edit?
    Oh btw, this tool will work for the version you stated.
     
  4. chev7

    chev7 MDL Novice

    Dec 7, 2019
    22
    2
    0
    #22044 chev7, Jan 31, 2022
    Last edited: Jan 31, 2022
    I want to always be ready to edit the image of a new windows update.
    the document says that it can work with the latest version 1348.
    quote: v12.0 : + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004 (v10.0.19041.1) & v2004/v20H2/v21H1/v21H2/LTSC2021 (v10.0.1904x.1348) Source OS.
     
  5. sebasthian.ike

    sebasthian.ike MDL Novice

    Feb 1, 2022
    21
    1
    0
    Can someone explain how there is still OOBE setup on the first boot if you remove both of the OOBE components? Does this mean that some files are still there and the components aren't removed fully?
     
  6. vuze4u

    vuze4u MDL Member

    Apr 24, 2010
    140
    36
    10
    Is it possible to directly install the rebuilt Win10 to a new empty HDD partition as a new usable OS without the need to make ISO and create a bootable USB drive?
     
  7. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  8. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #22048 graver.x, Feb 1, 2022
    Last edited: Feb 1, 2022
    You need to use autounattend.xml (autounattend file) to install fully automatically with all OOBE screens skipped.
     
  9. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    For full compatibility with the new CU, the component removal module (ToolKitHelper.exe) must be updated in case you need to remove components.
     
  10. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    Enable_Update_Other_products_MS_with_WU.reg:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\Pending\7971f918-a847-4430-9279-4a52d1efe18d]
    "ClientApplicationID"="MoUpdateOrchestrator"
    "RegisterWithAU"=dword:00000001
    
    
     
  11. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    ClientWebExperience

    Unfortunately, I know of no way to correctly restore just this one component to the installed system after deleting it from the offline image, without affecting the other deleted components.
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Thank you for the registry key.
    I applied the key and rebooted but the function remains disabled.
     
  13. sebasthian.ike

    sebasthian.ike MDL Novice

    Feb 1, 2022
    21
    1
    0
    Yes, but I can get by just fine with audit mode and registry tweaks, at least while testing or trying out images.
    But this doesn't answer my question. Why are those screens even present at all if the OOBE packages are removed?
    Am I correct in assuming that MSMG doesn't remove OOBE packages unless autounattend.xml selected, regardless of the user chose in "remove" menu?
     
  14. delMicron

    delMicron MDL Junior Member

    Dec 28, 2021
    62
    29
    0
    Perhaps someone has fixed the registry file on this vcruntime packages for w10 x64.
    Replace HKLM\SOFTWARE to HKLM\TK_SOFTWARE
     

    Attached Files:

  15. WindowsBreakingEnthusiast

    Feb 3, 2022
    2
    0
    0
    Hello! Just found out about MSMG ToolKit. Loving it so far, thank you for making it.
    I have a question about " Removing Windows Components Using Package List". What exactly can you put there? What types of packages does it accept? For example, does it do individual packages from the FOD package? Or would it only accept FOD package as a whole? Or not at all? I wanted to remove search and cortana but didn't saw an option in "Remove Windows Components Menu".
    And another question, can you somehow remove specific files or folder with the MSMG ToolKit? I love that it removes adobe flash player and I'm wondering if I could include some of my own specific stuff.
     
  16. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #22057 graver.x, Feb 3, 2022
    Last edited: Feb 3, 2022
    You need to call the components by their names, as they are specified in the template for ToolkitHelper, in order to understand each other correctly:
    If these two components are removed:

    OOBENetworkCaptivePortal - Captive Network Portals during OOBE-Phase of Windows | Depends on: CloudExperienceHost
    OOBENetworkConnectionFlow - Connection Flow Network Portals during OOBE-Phase of Windows | Depends on: CloudExperienceHost

    of course, the entire OOBE (CloudExperienceHost) is not being removed, but only these two components.

    As the developer of this tool, @MSMG can provide you with more detailed information on the algorithm of deleting these components using ToolkitHelper.exe.
    And you can also search for "CloudExperienceHost" on the topic, to find details about CloudExperienceHost removal.

    For my part, I always remove both of these components (OOBENetworkCaptivePortal and OOBENetworkConnectionFlow), and use a fully automated installation using autounattend.xml with the Internet connection OFF.
     
  17. sebasthian.ike

    sebasthian.ike MDL Novice

    Feb 1, 2022
    21
    1
    0
    Thank you very much for the explanation, it makes a lot of sense. Then it would seem that those 2 components aren't responsible for the OOBE on the first logon but it's CloudExperienceHost instead. Good to know
     
  18. aruiz

    aruiz MDL Novice

    Mar 6, 2018
    23
    2
    0
    Hello, can someone explain, is it possible to convert an .iso 64 bit to 32 bit with this toolkit, thanks in advance
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,938
    450
    No, that can't be done with any tool.

    You can put a x64 install.wim into a x86 ISO but not change the install.wim from one arch to another.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...