MSMG ToolKit

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

  1. babyboom666

    babyboom666 MDL Novice

    Nov 14, 2010
    30
    10
    0
    MSMG please update .NET 5.0.2 Pack to .NET 5.0.3
     
  2. dolivas

    dolivas MDL Novice

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

    Thanks
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Patch tuesday was yesterday, feb. 9. 2021. check the updates overviews for info and links.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    555
    423
    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.
     
  5. evaw

    evaw MDL Novice

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

    mhussain MDL Member

    Oct 1, 2012
    184
    50
    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
     
  7. edw9pat

    edw9pat MDL Novice

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

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10
    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.
     
  9. Gedrean

    Gedrean MDL Novice

    Jul 19, 2015
    2
    1
    0
    #18451 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. :)
     
  10. edw9pat

    edw9pat MDL Novice

    Dec 3, 2020
    7
    1
    0
    #18452 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
     
  11. maka213

    maka213 MDL Novice

    Aug 24, 2012
    30
    6
    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.
     
  12. edw9pat

    edw9pat MDL Novice

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

    evaw MDL Novice

    Jan 7, 2021
    8
    2
    0
  14. evaw

    evaw MDL Novice

    Jan 7, 2021
    8
    2
    0
    #18459 evaw, Feb 14, 2021
    Last edited: Feb 14, 2021
    Yes, 20h2 with last update kb4601319! (without updates - all ok)
    PS. Edge chromium browser (in internet components menu)
     
  15. RaiyvaN

    RaiyvaN MDL Senior Member

    Sep 23, 2009
    302
    347
    10