1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    It was fixed in v10.8

     
  2. Geelamoroso

    Geelamoroso MDL Novice

    May 31, 2020
    4
    0
    0
  3. kosta26

    kosta26 MDL Junior Member

    Jan 1, 2019
    91
    5
    0
    when a component is removed, the system passes the sfc /scannow check, but no updates are installed. Let me know what the reason is.
     
  4. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    363
    10
    #17265 ingviowarr, Nov 7, 2020
    Last edited: Nov 7, 2020
    Well, If I can't imagine that I need it, I do not going search... Until @MSMG gave me a tip.
    Regular users of live OS (not ISO-makers) know about SSU, CU, .NET updates, but nothing about SetupMedia & WinPE updates and why they are critical.
    I think, explanations should be in plain sight (README, 1-st post, etc.)
     
  5. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    So if I have not misunderstood, you mean that it is better not to clean the image?
    why is it better to avoid the procedure ?
    [5] Apply> [1] Cleanup Source Images
    Thank you
     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    There's a fault with 19041/2 CU's which breaks the SFC when Image cleanup is performed.

     
  7. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    is it an essential procedure to clean the image?
    Or is it better to wait for Toolkit update?
    Thanks
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Performing Image Cleanup will cleanup up the Windows Component Store (WinSxS folder) and removes/compresses superseded files there by reduces the size of the overall image.

    The MS needs to fix it the issue with CU, Tookit has nothing to do with it.

     
  9. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
  10. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    Divide and conquer. Try first 250 tweaks, if it works, try the other 250. If it doesn't, try 125 of the first 250 etc.
     
  11. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    Yes, I know. The tweaks are services, registry and tasks. Could be a service, which is where I will start, but the problem comes when there are multiple tweaks causing issues. Finding the exact combination is what takes time.
     
  12. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Good morning.
    In the meantime, an interim procedure had occurred to me.
    1- carry out the procedure with Toolkit.
    2- Install in administrative mode on a virtual machine.
    3- Check for corrupt files and correct them.
    4- perform SysPrep and ImageX procedure, using GImageX to capture WIm files and then create ISO.
    Could it go as an interim procedure?
    Thanks
     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    If it's just ghost error you can do it offline, no need to install and do a Sysprep.

    Perform Image Cleanup from Toolkit

    Run the SFC command offline

    Code:
    sfc /scannow /offbootdir=<Mount\Install\1> /offwindir=<Mount\Install\1\Windows>
    
     
  14. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    379
    108
    10
    Thank you for your suggestion.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    May be other tweaks applied might be breaking it, better do a fresh image

     
  16. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    491
    284
    10
    #17277 Yanta, Nov 8, 2020
    Last edited: Nov 9, 2020
    Indeed. Restored fresh non-defender edition, upgraded to version with Defender installed then applied all the same tweaks after. Works fine. I just can't install over an already tweaked system until I find out which tweak is killing it.

    I have also found that if Smartscreen is not installed I cannot change (turn off) the smartscreen settings in Defender. It is stuck on block. I don't want to block, I want to disable the features, so it looks like I have to have Smartscreen installed as well.
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The Windows Security App is a common interface for all security related stuffs like SmartScreen ,Firewall, Parental Controls, etc.

    If you remove any of them then their function will be blocked in this App, it doesn't mean you need them to run the Defender, only the first Tab is the Defender settings.

     
  18. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,206
    1,909
    90
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    #17280 MSMG, Nov 9, 2020
    Last edited: Nov 9, 2020
    (OP)