1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Can you specify the full name of the source ISO?

    Will check with Enterprise N edition.

     
  2. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    19042.685.201202-1959.20H2_RELEASE_SVC_PROD1_CLIENTMULTI_X64FRE_EN-US.ISO
    But I renamed it to win.ISO for Toolkit usage.
     
  3. Zanza-kun

    Zanza-kun MDL Junior Member

    May 28, 2012
    87
    15
    0
    Hello, I used a november iso on 11.1 version, I removed everything except Windows Defender, Firewall, Security Center. Everything works fine but sometimes I lost network "The Default Gateway Is Not Available", I noticed that Microsoft NCSI does not work on my version. Replace Microsoft NCSI with Mozilla NCSI dont solve the problem.

    I don't know if it's because of that, but I would like to know what is blocking dns.msftncsi.com ? Thanks !
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Is this ISO generated through UUP or downloaded from Microsoft?

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    For removal you need to use a image with the CU supported by the Toolkit component removal.

     
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    With the feedback that the guys are mentioning, I was already thinking about a filter for those who, if they wish, can check dependencies and if their selection is saved from known problems. This way, the advanced users can ignore the dependency filter and can do their own tests.

    Now, with that mention of yours, I feel like it's a confirmation of the need for that. Before, I just thought that completely automating dependencies would be a general solution and save everyone time. @MSMG even tried to open my eyes about it, but I didn't understand it at the time.

    But there are always exceptions to the previously established rules. These exceptions become new rules and must be implemented, in order to keep everything up to date.

    I had already sent a preview of this filter to @MSMG. He's very busy. But always, he comes with an improved idea on the subject, hehehehe
     
  7. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    I got it from uupdump.
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Is it Microsoft Edge or Edge Chromium not getting removed.

    There's no change in removal program from v11.0 t0 v11.1, both uses the same binary.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok will test with the Enterprise N edition.

     
  10. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
  11. Mayjoko

    Mayjoko MDL Junior Member

    Oct 15, 2015
    59
    29
    0
    #18053 Mayjoko, Jan 5, 2021
    Last edited: Jan 5, 2021
    I mentioned Microsoft Edge Chromium integration causing pending.xml for anyone doing troubleshooting, if I recall, the readme doesn't mention this, only that .Net 3.5 should be applied after cleaning and not before due to the cleanup error message for pending.xml which is normal. Just providing informat. (LTSC 2019 16377.1637 x64)

    Also, I have found the problem causing DISM (dism /online /cleanup-image /scanhealth & /restorehealth. Error: 2. The system cannot find the file specified., it happens when I add Microsoft Visual C++ Runtime packages on LTSC 2019. Even on the base image with no changes. I've been trying to figure it out for a week+. I have not tested Powershell 7 integration, but it's probably fine.

    Thank you for your hard work MSMG, hopefully this saves you or someone else some time troubleshooting. I cannot get the logs from the VM, sorry.
     
  12. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    181
    212
    10
    #18055 Javac75, Jan 5, 2021
    Last edited: Jan 5, 2021
    Dear @MSMG,

    I created a special script to install fonts into the image.
    This script is not mine, I collected it from various existing sites and adapted it to suit the needs of installing fonts.

    Put custom Fonts folder to toolkit\Custom\Files\
    Put AddOffFonts.ps1 to Bin folder.

    Run from batch file (Toolkit.cmd - :IntCustomFiles)

    Code:
    set "CustomFonts=%CustomFiles%\Fonts"
    if exist "%CustomFonts%\*.ttf" (
    call :MountImageRegistry "%InstallMount%\%%i"
    PowerShell -nop -c "%Bin%\AddOffFonts.ps1 -mountPath %InstallMount%\%%i\Windows\Fonts -fontsPath %CustomFonts%"
    call :UnMountImageRegistry
    )
    
    Successful when applied to Win10 images 19041 and 17763 builds. I've tried it.

    Please feel free to use it or not for more completing your great project.

    Enjoy.

    Edit:
    Add load and unload registry command.

    Edit 2:
    Forget to commenting the $fExist.Close() line.
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    86
    13
    0
    Silly question but does .NET 5 cover 3.5 as well?
     
  14. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    Nope. This is not about "components" or removing parts using MSMG or whatever. This is about M$ bad design.
    M$ had a several attempts to fix NCSI bugs and "yellow trianlge" with updates, but it still working weird for many people.

    Just reconfigure your NCSI - this fix their bad way of working, plus it will become fast and safe.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will add the info in readme.txt regarding Edge Chromium integration order.

    Microsoft Visual C++ Runtime packages aren't part of the image then why it's giving error with /cleanup-image /scanhealth, need to check if it is replacing any file in the image.