1. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    #26821 imlost2, Feb 29, 2024
    Last edited: Feb 29, 2024
    @Jingzin. Nice guide. Question, what does this do:

    You have about 50x more scheduled tasks than I do. What adds all that stuff? I only have my custom OS image backup and disk clean up asks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    Open task manager you will see svchost services if you click on it under it you will see other many services. If you remove some services from svchost in regedit you won't see it running under svchost in task manager.
    If you disabled some service in services you should also remove it from svchost in regedit. So there's no event viewer errors for example, But all depends on what you need.

    For example you can disable wuauserv or bits in autoruns but if you remove them from svchost in regedit, ms store won't work.

    As to task scheduler every disabled task can be deleted so I could actually make half of it but I just unchecked most.
     
  3. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    #26824 JeepWillys58, Feb 29, 2024
    Last edited: Mar 4, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    @Jingzin, you are using the Toolkit_TESTING.cmd version with minor fixes that I released here.

    Have you tested the in-place upgrade?

    It would be nice to know if your latest tests heve been maded with that version or to get some feedback.

    Thnks in advance!
     
  6. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    Hi, @inTerActionVRI
    Haven't tested the latest one you released, just the one MSMG released.
    Toolkit 13.6 works well against win11 22h2 and thats enough for me to be happy :)


    will try the one you released later on
     
  7. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    @Jingzin. I assume you don't integrate the security fix KB5033375, in advance, with MSMG is because it corrupts a clean removal of KB5033375 after Windows 11 is installed? And just to clarify, I can disable unneeded Svchost operations by removing the appropriate key, e.g.:
    Code:
     [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost\UnistackSvcGroup] 
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #26832 inTerActionVRI, Mar 6, 2024
    Last edited: Mar 6, 2024
    OK... Now I understand.
    So, using the new version will not have any effect on you as the main fixes were aimed at allowing the integration of updates for the new versions of Windows 11 23H2. But even so, removing components through the ToolkitHelper methods requires updating to updates above 2283.
    In case of integration of updates above 2283, it is possible to remove components only with DISM list methods provided by MSMG.


    Why remove/disable BITS? It could be used for download things by scripting. It is useful.

    use the "spoiler" tag

    [spoiler\]
    image01
    image02
    image03
    . . .
    [/spoiler\]

    so that images are only listed when the user clicks.
    Note: remove the last \ in open and close tags.
     
  10. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    Background intelligent Transfer Services used by Microsoft to auto upload and download without you knowing, I use MSstore sometimes if i didnt i would surely remove it. Still have it disabled and enable only when i want to use MSstore.
     
  11. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,589
    1,584
    150
    What have you done to the image?
     
  12. Lhanathel

    Lhanathel MDL Novice

    Apr 7, 2018
    8
    0
    0
  13. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    532
    30
    what you mean by image doesnt load ?
     
  14. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,589
    1,584
    150
    Thats your problem, you removed everything Start small
     
  15. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    149
    158
    10
    Another caveat: Although most of @Jingzin guide seems sound, I do not recommend removing "Manual setup (Windows In-Place ,Upgrade)" on the MSMG Toolkit-Remove System Components Menu.
    Doing so, may create a file called "gatherosstate.exe" in your sources folder and prevent you from adding useful features such
    as the
    to execute tweaks and silent, unattended, windows 3rd party software installs during setup rather than having to wait until Windows installs to make all those additions and tweaks.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...