1. ultimate_live

    ultimate_live MDL Expert

    Mar 15, 2011
    1,022
    671
    60
    Tested again on 19042.789
    Mounted source (boot.wim, recovery.wim, install.wim). Integrated DaRT, then I integrated kb4577586, kb4586876 inside the WHD folder. Applied , saved and unmounted images. Still the same. The size increased from 4 GB to almost 8 GB. How is it possible?
    Or must I first integrate Dart, apply, unmount, mount again to integrate the KB's?
     
  2. kusosaito

    kusosaito MDL Junior Member

    Nov 14, 2018
    59
    6
    0
    yeah, if it only one way it bad ideai...T_______T
     
  3. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    @MSMG
    Hope you don't mind me asking, but are there any updates before today's updates are later released on "patch Tuesday"? I plan to test the new updates once officially released tonight, so am trying to ensure that I am best prepared as the post from @kandido makes me think that there is perhaps an update due to be released from you.
     
  4. babyboom666

    babyboom666 MDL Novice

    Nov 14, 2010
    36
    16
    0
    MSMG please update .NET 5.0.2 Pack to .NET 5.0.3
     
  5. dolivas

    dolivas MDL Junior Member

    Jan 31, 2008
    51
    23
    0
    Could someone tell me how to add the code above to the SOFTWARE registry hive.

    Thanks
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    Patch tuesday was yesterday, feb. 9. 2021. check the updates overviews for info and links.
     
  7. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Indeed, patch Tuesday was when I made that post. Re-reading my post I realise I wasn't entirely clear - I mean update to the ToolKitHelper to support the 19042.804 patch.
     
  8. evaw

    evaw MDL Novice

    Jan 7, 2021
    14
    4
    0
    Hi.
    Pls you add to remove - Camera frame server & SIH client (server-initiated healing)
     
  9. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    hi there,
    @MSMG, would it be possible to have a folder in the toolkit archive where you are able to deposit any apx files that you say download from store.rg-adguard.net?
    and a option in the integrate menu which will scan sed folder for apx /m6 packages that will be integrated?
    thanks,
    Majid Hussain
     
  10. edw9pat

    edw9pat MDL Novice

    Dec 3, 2020
    12
    1
    0
    When I want to remove Windows applications, I can't, nothing happens that may be the error.
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    People who use the Custom Toolkit, I found a small bug in one of my changes.

    There is a line missing to put an opening parenthesis.

    do a search for this line:
    Code:
    for /d %%z in (de-DE, en-GB, en-IN, es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, pt-PT, ru-RU, zh-CN, zh-HK, zh-TW) do (
    
    from:
    Code:
           for /l %%i in (1, 1, 2) do (
               echo.=============================[Boot.wim, Index : %%i]=============================
               echo.
               if "%SelectedSourceOS%" equ "w10" (
                   if "%ImageBuild%" geq "15063"
                       if "%ImageBuild%" leq "17134" (
                           for /d %%z in (de-DE, en-GB, en-IN, es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, pt-PT, ru-RU, zh-CN, zh-HK, zh-TW) do (
    
    note the absence of the opening parentheses in this line...
    if "%ImageBuild%" geq "15063"
    This is breaking the code when integrating language packs. Since nobody reported it, the better. Because nobody suffered from the problem, :rolleyes::eek::):D

    to
    Code:
           for /l %%i in (1, 1, 2) do (
               echo.=============================[Boot.wim, Index : %%i]=============================
               echo.
               if "%SelectedSourceOS%" equ "w10" (
                   if "%ImageBuild%" geq "15063" (
                       if "%ImageBuild%" leq "17134" (
                           for /d %%z in (de-DE, en-GB, en-IN, es-ES, es-MX, fr-CA, fr-FR, it-IT, ja-JP, ko-KR, pl-PL, pt-BR, pt-PT, ru-RU, zh-CN, zh-HK, zh-TW) do (
    
    just put a space and parentesis like this " (" without quotes.

    I divided long menus into parts for better viewing. And I made other big changes. Everything in test! In the next version of Custom mixed with the next Official Toolkit, everything can be more dynamic. May the tests be successful. I believe that I will need Beta Testers to check the functioning of some functions.

    I have no storage space to test several editions and all packs.
    From the tests I did where I had folders without packs, there was only the presentation of missing file messages in the folder. This is OK. However, I have to know if there was any interference in the implementation of the packs, due to changes in the general code.

    List of tested beta Custom Toolkit Features Integration:
    Language Packs
    W7Games
    Dart
    NetFX35
    NetFX48
    NET5
    Dedup
    WinToGo
    PowerShell7
    OpenSSH
    DirectX9c
    Sidebar
    VCRuntime

    Status: pass.

    Tested in 18363 and 19041. Then, there will be a need for feedback from you related to the other builds.

    Wait, more news.

    @edw9pat, you need to read the main post, readme.txt and the menus you go through within the Toolkit.
    There have been changes in the removal system.
    first you select what you want to remove, then you need to go back and choose an option to start the procedure. It's intuitive. if a "+" sign appears it will be kept, for "-" it will be removed. This is shown in the component selection menu itself.
    Right when this is implemented for integration, intuitively everything will start with the "-" sign and whatever is marked as "+" will be integrated.
     
  12. Gedrean

    Gedrean MDL Novice

    Jul 19, 2015
    2
    1
    0
    #18434 Gedrean, Feb 13, 2021
    Last edited: Feb 13, 2021
    @MSMG

    Sorry to bother but I am building a 20H2 Edu image with the latest v11.2.

    In instructions it says "WHD Update Packs" (underline emphasis mine) -- when I use WHD it just downloads MSU and CAB files to the appropriate version folders (19041 etc).

    Do I just copy the 19041 files into the same place and tell it to apply, and that's it? Or am I supposed to download a pack from somewhere else?

    EDIT:

    Nevermind, I figured it out - yes, I just copy the downloaded files all to that 19041 folder, and it just took them and was happy. :)
     
  13. edw9pat

    edw9pat MDL Novice

    Dec 3, 2020
    12
    1
    0
    #18435 edw9pat, Feb 13, 2021
    Last edited: Feb 13, 2021
    I used the mentioned versions of Windows 10 in red font and the same problem I cannot remove the bloatware from Windows 10
     
  14. maka213

    maka213 MDL Novice

    Aug 24, 2012
    41
    12
    0
    That would be called a "User Error". Although i'm sure that with all the useful information you included in your post, like log files, steps taken, etc., someone with uncanny psychic abilities will be able to come along and help you at some point.
     
  15. edw9pat

    edw9pat MDL Novice

    Dec 3, 2020
    12
    1
    0
    It worked normally on Windows 10 LTSC, what would be the error?
     
  16. evaw

    evaw MDL Novice

    Jan 7, 2021
    14
    4
    0
    #18440 evaw, Feb 14, 2021
    Last edited: Feb 14, 2021