1. Gibral

    Gibral MDL Junior Member

    Jan 11, 2023
    92
    3
    0
  2. Penguoon

    Penguoon MDL Novice

    Dec 22, 2023
    10
    4
    0
    Hi, Windows updates often reinstall removed components, is there a way to remove components on an installed system using MSMG toolkit?

    Also, does MSMG toolkit remove all telemetry and spyware?
     
  3. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    if you update from 22h2 to 23h2 then some of the ms apps get reinstalled like for example edge if you removed it. if youre on 22h2 and just install some minor update then nothing will get reinstalled.

    you can use msmg toolkit to remove most telemetry and spyware surely not everything as even settings app sends data to ms.

    you cant use msmg toolkit to remove apps from installed os only works against iso to remove things from installed os use dism ps and or bloatynosey you can find it on github and many other similar tools.

    best way to do it is to remove everything before you install OS also disable updates, that's how i always do. removing apps and services from installed OS from one way to other causes issues interruptions and event viewer errors
     
  4. MrNico98

    MrNico98 MDL Junior Member

    May 9, 2023
    56
    7
    0
    hi! upload_2023-12-22_19-36-53.png

    DisableFeatureslist is empty
    upload_2023-12-22_19-37-53.png

    How i remove a list if is empty?
     

    Attached Files:

  5. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    smiled a bit for a sec. well yeah how do you remove features if the list is empty. Well list exists for you to add packages features apps services you want to remove if you want to use list.

    you can use dism to get packages and features from an offline or online wim. you can also use dism++ to mount wim youre playing with and get names of features packages on wim youre playing with. Copy names paste them to the features list you want to remove, or you likely can do that even within toolkit itself never did that myself.
     
  6. Hello_NSA

    Hello_NSA MDL Novice

    Dec 24, 2023
    1
    0
    0
    In theory, could you use this tool to integrate the 22h2 update into LTSC?
     
  7. myvircandy

    myvircandy MDL Novice

    Jun 17, 2018
    23
    4
    0
    After I remove the windows update, the language-related components automatic update popup error, how to modify the registry entry to prohibit the language-related components automatic update?Thanks a bunch for helping me out with this question.
     
  8. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    not sure if that will satisfy you but to disable autoupdates open registry go here
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost
    on the right, find and double click on netsvcs find Usosvc and delete it close netsvcs close registry reboot. Autoupdates will be disabled
     
  9. myvircandy

    myvircandy MDL Novice

    Jun 17, 2018
    23
    4
    0
    This may be the registry related to system updates, I have removed system updates, so there is no such entry, but my language-related components, such as handwriting, voice, etc. in the language options will still check for updates.
     
  10. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Maybe disabling these schedule tasks can help
    Code:
    "Microsoft\Windows\International\Synchronize Language Settings"
    "Microsoft\Windows\LanguageComponentsInstaller\Installation"
    "Microsoft\Windows\LanguageComponentsInstaller\Uninstallation"
    "Microsoft\Windows\LanguageComponentsInstaller\ReconcileLanguageResources"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. myvircandy

    myvircandy MDL Novice

    Jun 17, 2018
    23
    4
    0
    Ok, I'll try
     
  12. Penguoon

    Penguoon MDL Novice

    Dec 22, 2023
    10
    4
    0
    I'm also having this problem with 23H2. I know that MSMG Toolkit does not yet officially support it, but the dev is having problems with their farm and might not be able to update the tool for a long time.

    Is there a way to diagnose this issue? Sihost.exe appears to have been unchanged compared to 22H2, but explorer.exe has been updated. Copying explorer.exe from 22H2 to the 23H2 installation did not help. The popup happens a few times before it stops. It gets stuck on the post-installation screen where it says to wait. After 15+ minutes it changes to a black screen and there's no desktop, no start menu, nothing. But you can open the Task Manager using CTRL+SHIFT+ESC and from there you can actually open explorer and use it without issue, but still without a desktop. BTW I made my setup unattended and removed OOBE.

    One more thing, why doesn't MSMG Toolkit remove wua* and wup* dlls? AME script deletes those files. I manually deleted them, but it would be nice if it could do it as part of the Windows Update component removal.
     
  13. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    toolkit doesnt remove wuau nor it does wups in win 11 but i didn't disable nor remove windows updates inside toolkit.
    you dont have to delete these files at all to disable auto updates.

    as to first part not sure why do you want to move files from 22h2 to 23h2?
    if you need 23h2 so badly what i would do is
    go to uup dump choose 23h2 download uup dump files. open config and disable all the bloat uup dump let you to disable then let uup dump create iso, use rufus burn it to usb while in rufus disable tpm check, install 23h2.

    disable tamper protection in registry
    then use autoruns in safe mode to disable services, defender whatever you like, remove disabled services from svchost in registry at least some not all if you want to ms store to work
    disable updates by removing usosvc from netsvcs in svchost in registry

    you can also use dism++ to remove some apps if you still want to remove some
    you can disable and remove edge copilot if you want there are many tutorials on how to do it and its very simple.


    so you dont really need toolkit to customise 23h2 :icecream:
     
  14. neorom79

    neorom79 MDL Novice

    Dec 27, 2023
    4
    0
    0
    Hello. Help me understand whether it is possible to remove unnecessary localizations from the Windows 7 8.1 10 11 distribution with this program, if not, can the script be modified by adding the function of removing localizations?
     
  15. imlost2

    imlost2 MDL Member

    Aug 5, 2013
    183
    185
    10
    What are wua* and wup* dlls for?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    its wuaueng.dll and wups.dll both related to windows updates but also to ms store and etc, shouldn't be removed from the system as there are better ways of disabling windows updates.
     
  17. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    you probably are talking about geolocation i dont think its even possible to fully disable geolocation as whenever you connect to the internet windows and other apps like chrome will use your ip to find your location.
     
  18. neorom79

    neorom79 MDL Novice

    Dec 27, 2023
    4
    0
    0
    No, I mean language packs!
     
  19. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,742
    1,745
    150
    If the ISO already has the LP's you would probably be able to remove them the same you remove packages?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...