MSMG ToolKit

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

  1. evildjkay

    evildjkay MDL Novice

    Sep 8, 2018
    2
    5
    0
    the iso size increase just because microsoft integrated edge chromium

    C:\Program Files (x86)\Microsoft
    C:\Windows\WinSxS\amd64_microsoft-windows-edgechromium_31bf3856ad364e35_10.0.19041.928_none_ddb08bafba9680e6
    C:\Windows\WinSxS\Manifests\amd64_microsoft-windows-edgechromium_31bf3856ad364e35_10.0.19041.928_none_ddb08bafba9680e6.manifest
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,207
    7,533
    210
    Hmm what happened ...
     

    Attached Files:

  3. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
    Yes...
     
  4. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    650
    423
    30
    Thanks for linking, that actually makes sense.
    So it appears that it's not an issue with the toolkithelper, just a change (embedded WIM) in the way MS included EdgeChromium in the CU.

    Cheers.
     
  5. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
    #19145 graver.x, Apr 15, 2021
    Last edited: Apr 15, 2021
    I don't know if that would make any sense in your case. Since you didn't describe how you modify your iso image using the Toolkit - whether you integrate it at this stage .Net 3.5 and .Net Cummulative, or not. Whether you remove some components or not. Whether you plan to use the CU installation from the Update Center in the future, or not.

    I see it more logical - immediately after installing the OS, enable Net 3.5 and install the latest .Net Cummulative update, as well as other components that you may need (.NET 5, and so on), if all this was not done at the stage of preparing the image using the Toolkit.

    And then perform image cleanup:

    Dism /Online /Cleanup-Image /StartComponentCleanup

    And only then perform a check and fix using: sfc /scannow

    (After each image cleanup run, you will get an sfc error, which you will have to fix again with sfc /scannow)
     
  6. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
  7. Ejacu1337

    Ejacu1337 MDL Novice

    May 10, 2016
    6
    0
    0
    Am I missing something? I don't want to remove Cortana/SearchUI but it seems regardless of how I set up MSMG TK, it removes it. I'm also making sure that Speech Recognizer is enabled and Cortana. Trying to optimize a 2019 LTSC image.
     
  8. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    650
    423
    30
    This is a rather strange question.
    You need to read up on features included in LTSC, Cortana isn't one of them.
    So this is not an issue with the toolkit removing Cortana, it simply wasn't there.
    If you need Cortana, you will have to use a different SKU.

    Cheers.
     
  9. Ravzzz

    Ravzzz MDL Novice

    Apr 4, 2021
    13
    6
    0
    #19150 Ravzzz, Apr 16, 2021
    Last edited: Apr 16, 2021
    How to retain Game Mode while I delete Xbox components and apps?
     
  10. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
    #19151 graver.x, Apr 16, 2021
    Last edited: Apr 16, 2021
    Don't remove SpeechRecognition.

    In win10 v1809: WindowsSearch -> depends on -> Cortana -> depends on -> Speech Recognition.
     
  11. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    6,207
    7,533
    210
    ^
    hi bro sorry but I don't remember when I make my job, but I believe that yes...
     
  13. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    what updates are needed for 19042.928 based on a 19042.631 source ?
     
  14. shhnedo

    shhnedo MDL Addicted

    Mar 20, 2011
    927
    1,273
    30
    You need a 19041.1 base and the respective updates from this post. You COULD use said updates to update your 19042.631 source, obviously without the 20H2 enablement package.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    ok so i got it all wrong. o_O

    I downloaded from microsoft the latest version Win10_20H2_v2_Italian_x64.iso (19042.631) and I was starting from this.

    I'll have to search for and download a 19041.1 :confused:

    sorry for the inexperience :oops:
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. graver.x

    graver.x MDL Member

    Jan 18, 2020
    111
    168
    10
    #19158 graver.x, Apr 16, 2021
    Last edited: Apr 16, 2021
    Sometimes it happened like this (ssu has been added...).
    I don't know why.

    I had to cut out all the downloaded updates from the UUPs folder, and then manually run convert-UUP. cmd :rolleyes:

    In ConvertConfig.ini:
    [convert-UUP]
    AutoStart =0
    AddUpdates =0
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    I only mentioned the "technical tool usage" method, the reason the option is in the ini file.

    You could easily have deleted the updates during the initial conversion and wim creation and leave all running.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. marioalpha

    marioalpha MDL Novice

    Apr 26, 2017
    31
    7
    0
    Thanks for everything I really appreciate your help.