1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Yes, MSMG toolkit provides an enable feature/add package option for it, afaik.
    Manually it's:
    Code:
    DISM /Image:x:\Mount\ /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:y:\iso\sources\sxs\
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Although integrating the updates after component removal works, it also have an issue like sometime the updates may restore a empty folder or resource file of the removed component which can't be fixed since we are using the DISM to integrate the updates.

    Starting from next release of Toolkit, I will change the order to integrate the updates after the component removal, so that this will help to integrate the .NetFX35 before the updates integration.

    I'm also working on component removal with updates pre-integrated for future versions.

     
  3. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    I didn't understand this. Please somebody help me solve this .NET 3.5 riddle. It leaves the Pending.xml which makes componentcleanup impossible, resulting ISO not only has more size but also takes more time to install.
    One way of doing this would be to add the updates, do the componentcleanup and then enable 3.5 but I'm hesitant to take that road. Some updates might not get integrated before 3.5 is enabled on the image.

    I was thinking maybe after doing all the stuff with the toolkit, take the image on VM and do the componentcleanup and resetbase in auditmode. Will it have the same effect is the real question. Can anyone please help me with this. I'm on 8.1 x64.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    299
    395
    10
    #7804 sergey130270, Sep 16, 2018
    Last edited: Sep 16, 2018
    You are well done.

    Thank you very much for your works.
     
  5. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    786
    631
    30
    Should I wait for your next release before going back to my old method? Or wait for your next release and use my new method?

    In the meantime I can live without removing People, as this causes the error in my testing.
     
  6. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    36
    10
    Hello developer, kindly include an option to disable / remove windows update completely and permanently. There is no way to do this in the current version of MSMG, isnt it ?
     
  7. brsgrlr

    brsgrlr MDL Novice

    Mar 27, 2011
    16
    2
    0
  8. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. brsgrlr

    brsgrlr MDL Novice

    Mar 27, 2011
    16
    2
    0
    #7809 brsgrlr, Sep 17, 2018
    Last edited: Sep 17, 2018
    w10 pro x64
    1803 rs4

    I guess it is already included.
     
  10. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Yes
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    36
    10
    ^^ What do you mean by "already included" guys. It gets automatically enabled when O/s is installed or we have to use the dism command to enable it ?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    Dotnet472 is native on win 10 17134.1 (1803).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    36
    10
    But it has to be enabled for it to directly work after installation, right ?. I ran MSMG in the July update and it states the dot net fx is not enabled and i enabled it. So it may be integrated, but it doesnt mean it will get enabled automatically after the O/s is installed, right ?
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    472 is always ON.

    DotnetFX3 you need to enable manually (turn windows features on/off or by dism).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. xhemal1325

    xhemal1325 MDL Member

    May 24, 2014
    124
    10
    10
    I removed all other windows 10 editions, left only Windows 10 Pro, debloaded it, and got an error in installation, , Windows setup cant countinue, wtf :/, i think it has to do with the fact that i removed windows editions ?
     
  16. liviwion

    liviwion MDL Novice

    Jan 8, 2017
    2
    0
    0
    thanks for your share
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,939
    450
    It could be helpful to mention the exact error you got?;)

    Simply deleting sku's from the install.wim should not cause errors when installing.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The next version will be delayed as I'm refining the component removal for Windows 10 RS3, RS4, so till then better use the present version.

    Don't integrate the updates, just remove the components and leave the updates installation to WU, this method will work.

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You need to integrate the .NET FX3.5 after the cleanup, please do follow the steps specified in the Readme.txt.

     
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Ok, will add the option to Disable Windows Update in the next release.