1. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,021
    671
    60
    Si, I change the .reg from:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
    "EnableLogFile"=dword:00000000
    to

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\CrashControl]
    "EnableLogFile"=dword:00000000
    and then adding to Toolkit and it will do the rest?
     
  2. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    90
    13
    0
    #22222 Robotnik247, Mar 11, 2022
    Last edited: Mar 11, 2022
    Has anyone here managed to stop Edge from re-downloading/updating itself if everything related to it is purged? WebView2 keeps being added/updated as well and a "empty" Edge install that fails on itself after a reboot.
     

    Attached Files:

  3. chev7

    chev7 MDL Novice

    Dec 7, 2019
    22
    2
    0
    Hi guys. Sorry for the intrusiveness, I wanted to clarify whether it is worth waiting for the official tool, just a month has passed since the developer appeared and he wrote that there will be a new tool soon. Thank you for your understanding and sorry
     
  4. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    768
    560
    30
    Yes, there will be an update.
    As I understood it, msmg wanted to test the latest CU that was released last Tuesday, to verify and spot any potential issues.
    Depending on his findings, he will update the tool in a few days.

    Cheers.
     
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Yes, just that.

    If problems occur again, it is this registry entry that is causing you the problem. But I don't think so.

    Another thing... In case the problem occurs again. Take a shot of the error or write down the stopcode error.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I didn't really understand what your questions are.
    But I think, that you want to know if it is worth waiting?

    The least you could do is to read up on what has happened since you last joined the thread.

    It has not been a month. He was here on March 4th. But I believe he is not back from his land yet.
    He just came to make available some packs and new repository link.

    He talked about his personal life and is giving due attention to his family.

    The work here is honorable and freely available.
    We can only be patient and wait.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. chev7

    chev7 MDL Novice

    Dec 7, 2019
    22
    2
    0
    thanks for answers
     
  8. t3st3r

    t3st3r MDL Novice

    Nov 13, 2021
    5
    1
    0
    Hi guys, wonderful utility here.
    Tested on LTSC 2019/2021.

    Is there somewhere the source code of this tool?
    I know that a lot of stuff is in plain text inside .bin folder, but i'd like to inspect also ToolKitHelper.exe out of curiosity.
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    For upcoming release I have only updated the custom packs and have added few improvements to integrate menu like select and integrate multiple apps at once, also have add bug fixes reported by users.

    This release is more focused on component removal with more new components.
     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    With Windows1903 and above versions when cleanup-image is executed it generates a ghost SFC error if the image is integrated with the cumulative update.

    The ghost SFC error gets cleared once the SFC /SCANNOW is run.

    If you are ok with it you can use the Cleanup the Source Image using [Apply->Cleanup Source Images] menu.
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Finished updating the changelog, so it will be available today or tomorrow.
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Very, very nice!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. chev7

    chev7 MDL Novice

    Dec 7, 2019
    22
    2
    0
    #22235 chev7, Mar 13, 2022
    Last edited: Mar 14, 2022
    @MSMG [Применить->Очистить исходные изображения].
    Подскажите, как проявляется ошибка ghost sfc? Если я делаю все по пунктам, то у меня нет ошибки, если я ломаю пункт и пользуюсь меню [Применить->Очистить исходные изображения]. то в журнале появится ошибка. Сборка 19041.508 (исходный iso). Я тестирую версии msmg 10.8 и 12.0.
     
  14. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    36
    10
    @MSMG - Sir, kindly look into the screen snip not working from quick actions panel and sfc issue in LTSC 2021 when serviced with v12.0. Thanks
     
  15. GeorgePirkl

    GeorgePirkl MDL Novice

    Feb 4, 2018
    45
    15
    0
    Just happily waiting aroung 19h when will be 48 from when u annoucet day or two to release of new toolkit and maybe week to custom toolkit release ‍️
     
  16. GeorgePirkl

    GeorgePirkl MDL Novice

    Feb 4, 2018
    45
    15
    0
    It will be somethin like a 12.1 or 13.0 (version) ?
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    It's a bug in the DISM /Cleanup-Image command affecting the Windows 10 v1903 and above images with LCU integrated.

    All monthly refreshed source ISO images do contain the SFC ghost bug as the image is DISM /Cleanup-Image command is executed and then sysprep is done by the MS.

    Even 19041.508 will contain the SFC ghost bug, the only way to fix it is by running the SFC /SCANNOW command once.