1. oxygen

    oxygen MDL Novice

    Jan 19, 2008
    32
    3
    0
  2. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
  3. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,001
    2,969
    150
    FYI In recent 29xxx/26xxx builds they moved EdgeWebView in System32 and this doesn't work anymore (not that I looked extensively to the matter)

    Code:
    remove Edgewebview2
    cd C:\Program Files (x86)\Microsoft\EdgeWebView\Application\1*\Installer
    .\setup.exe --uninstall --msedgewebview --system-level --verbose-logging --force-uninstall
     
  4. blinthor

    blinthor MDL Novice

    Oct 27, 2022
    5
    0
    0
    Since you talked so much :), tell me whether you remove packages in MSMG Toolkit manually or using the Dism or Toolkit Helper lists.
    Of course, if there was space and time, could you provide a list of packages that you remove with MSMG Toolkit.
    Thanks
     
  5. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
  6. blinthor

    blinthor MDL Novice

    Oct 27, 2022
    5
    0
    0
    Wow, now I'll have something to test on my laptop this weekend. Thanks for everything.
     
  7. xCyBx

    xCyBx MDL Senior Member

    Aug 6, 2018
    368
    747
    10
    Dear @Jingzin use a Spoiler for two pictures or more than two to optimize your post.
     
  8. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    #26808 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...
  9. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    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.
     
  10. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    608
    385
    30
    #26811 JeepWillys58, Feb 29, 2024
    Last edited: Mar 4, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    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
     
  14. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    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...
  15. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #26819 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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    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.