MSMG ToolKit

Discussion in 'MDL Projects and Applications' started by MSMG, Nov 21, 2013.

  1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    The next release will support the integration features for 19041 and for removal it may take some time.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Hope you have read the readme.txt properly and know that the removed components except Windows Apps will be returned once the Windows Updates is used or updates are integrated/installed offline.

    I do advise you to integrate the latest CU and then remove the components.

     
  3. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    53
    9
    0
    Hi! Is there any way to integrate the file with the extension .bat to the installation image? Thanks!
     
  4. Rr0

    Rr0 MDL Member

    Jul 8, 2017
    151
    13
    10
    What do you mean exactly? Once the image is mounted you put whatever you want in that folder = installation image
     
  5. amnester

    amnester MDL Junior Member

    Nov 9, 2018
    53
    9
    0
    There is a file .bat with telemetry disabled. And the Windows image is unpacked in C:\ToolKit_v9.5\DVD. How to apply .bat file to the image? Sorry for my English.
     
  6. stayboogy

    stayboogy MDL Addicted

    May 1, 2011
    765
    134
    30
    I know how to properly deal with Windows Update so that such never happens. Not sure why no else knows how to disable it completely, or at least disable feature updates which do what you're talking about
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. biatche

    biatche MDL Addicted

    Nov 14, 2009
    568
    143
    30
    not even dism removals would work?

    and will your toolkit work at all with 19577.1000.200228-1439.RS_PRERELEASE_CLIENTMULTICOMBINED_UUP_X64FRE_EN-US.ISO

    heres what i do atm:

    1. integrate drivers
    2. integrate whd
    3. dism removals by list
    4. disable features
    5. use custom startmenu layout
    6. clean, build, rebuild image

    if all will work with insider
     
  8. boyonthebus

    boyonthebus MDL Addicted

    Sep 16, 2018
    917
    573
    30
    You would need to edit all the paths in the bat file. Most likely it edits registry so you would need to mount the offline registry, then edit the registry settings in the bat file.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. boyonthebus

    boyonthebus MDL Addicted

    Sep 16, 2018
    917
    573
    30
    You can do this with 19577 manually. I do all this and more. Even removing defender, IE, Edge and more.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    You don't need to mount the image for that task, just use the Setupcomplete.cmd method to add the call or include the contents of the .bat file.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    I'm referring to the standard Cumulative updates and not the full feature update like 1909->2004.

    It's due to the changes made by MS to CU mechanism the removed components will be returning back.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Yes the next release will support the below features you have specified for IP builds.

     
  13. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    279
    136
    10
    So when CU's restore removed components do the associated services, GPOs and registry settings also get re-enabled?
    If I just disabled a bunch of components/services/GPOs rather than remove them will the CU revert those changes, so for example, I'd have to disabled Defender after every CU?
     
  14. bratskij

    bratskij MDL Novice

    Jun 5, 2016
    9
    1
    0
    Which version of ToolKit is better for Win 10 2019 LTSC RTM Enterprise?
     
  15. biatche

    biatche MDL Addicted

    Nov 14, 2009
    568
    143
    30
    mind shooting me a pm on how you do it?

    i might be forced to adapt for the time being.
     
  16. boyonthebus

    boyonthebus MDL Addicted

    Sep 16, 2018
    917
    573
    30
    I don't mind at all!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    It will respect most of the applied settings, one or two settings may be restored to default state.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    5,430
    11,396
    180
    Always the latest one.

     
  19. avyaan.coehn

    avyaan.coehn MDL Novice

    Mar 9, 2020
    2
    0
    0
    Code:
    "%~dp0bin\bin\NSudo\x64\NSudoLG.exe" -U:T -P:E "%~dpscript_x64.cmd"
    On Nsudo 8, I cannot run the cmd file.
    What's wrong?