1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,626
    3,361
    60
    #18481 inTerActionVRI, Feb 18, 2021
    Last edited: Feb 19, 2021
    Hey, @Bira!
    Made with parts of the Toolkit code and using the Toolkit folder and BIN structure.
    It will work both automatically mounting and with the image indexes mounted by the Toolkit. It means that if you have toolkit's indexes mounted it will skip the new mount process.

    Directly in the main folder of the Toolkit.
    Run the "Start_RegQueryTool.bat" file normally or run the "RegQueryTool_RaiyvaN2Bira.bat" file as an administrator.
    Note: obviously the ISO must be decompressed in the DVD folder

    Folow the file:
     

    Attached Files:

  2. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    374
    161
    10
    @MSMG

    The Tweaks below doesn't work for me from 19042.745 / 804 / 844

    [4] Customize -> [8] Apply Tweaks -> [E] Disable Windows Defender


    [4] Customize -> [8] Apply Tweaks -> [F] Disable Windows SmartScreen

    [4] Customize -> [8] Apply Tweaks -> [H] Disable Windows Update
     
  3. bratskij

    bratskij MDL Novice

    Jun 5, 2016
    9
    1
    0
    Will MSMG ToolKit v11.2 work with Windows 10.0.19043.844 Version 21H1?
     
  4. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    766
    612
    30
    @MSMG hasn't yet posted an updated ToolKitHelper for 19042.804, so I wouldn't be too hopeful about it working with 19043.844. I would try, just as I have with 19042.804 - but remember some components might not be removed fully.
     
  5. Abhitemp9

    Abhitemp9 MDL Novice

    Aug 14, 2018
    16
    3
    0
    Hi,

    I am trying to customize 1809 ISO using MSMG Toolkit 11.2.
    Where can I download the requried updates to bring the version of the Source OS to v1809 (v10.0.17763.1697).

    Steps I followed:

    1. Download v1809 ESD from the link mentioned in the post:
    https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992532

    2. Use the ESD to ISO tool as mentioned in the posts:
    https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/#post-992731
    https://forums.mydigitallife.net/threads/windows-10-esd-repository.59082/page-77#post-1380516

    3. Download the updates using WHDownloader:
    https://forums.mydigitallife.net/threads/whdownloader-download.66243/

    The issue is that the downloaded updates would bring the Source OS version to v1809 (17763.1790.1.7) as mentioned in the post:
    https://forums.mydigitallife.net/th...-17763-xxx-pc-rs5.77945/page-216#post-1490183

    I believe MSMG Toolkit would not be able to service this version as the version mentioned in changelog is lower.
    Please let me know how to create a custom v1809 ISO.

    Thanks.
     
  6. kandido

    kandido MDL Junior Member

    Jun 14, 2015
    59
    35
    0
    #18486 kandido, Feb 19, 2021
    Last edited: Feb 19, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Bira

    Bira MDL Member

    Oct 4, 2017
    197
    108
    10
    #18487 Bira, Feb 19, 2021
    Last edited: Feb 19, 2021
    [QUOTE = "ultimate_live, post: 1645599, member: 209509"] Ainda não descobri, o que está acontecendo. Todos os índices montados (14) boot.wim, winre.wim e install.wim. Dart integrado para boot.wim e winre.wim. KB4586876 integrado em todos os índices. Limpe a pasta de origem, aplicada e salva. Depois de terminar, o tamanho de install.wim ainda aumentou de 4,14 GB para 10,80 GB.
    Use a versão do Toolkit 11.2. Versão do Windows 19042.844.

    Abri install.wim usando 7-Zip, mas não encontrei nenhuma pasta (DELETE) dentro. Onde esta pasta está localizada?
    Qual opção eu uso para refazer a imagem?

    Como posso consertar, pois o tamanho não é normal.

    Obrigado novamente por qualquer ajuda. [/ QUOTE]
     
  8. Bira

    Bira MDL Member

    Oct 4, 2017
    197
    108
    10
    Thank you my partner, but my script is not integrated into the toolkit, my script is "0 or 1" but you made me a good help, where I will look your commands integrating to mine stay calm, but I see that you made me a nice work lol thank you, and towards the programming knowledge lol ....
     
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,626
    3,361
    60
    #18489 inTerActionVRI, Feb 19, 2021
    Last edited: Feb 19, 2021
    You will need to replace all %DISM% with DISM.
    Change the file path "install.wim" for your file path.
    from
    set "InstallWim=%DVD%\sources\install.wim"
    to
    set "InstallWim=%~dp0DVD\sources\install.wim"

    And, change the folder path: "Mount" to the path of your folder.
    from
    set "InstallMount=%Mount%\Install"
    to
    set "InstallMount=%~dp0Mount\Install"

    note: consider %~dp0 as the location where the script is being executed. Place only the subfolders from there.

    The rest of the variables that I left set at the beginning of the Script are only used to be able to use the Toolkit structure. As you will not use this structure, basically the file will look like the one I will attach below. Then you modify what I said you need to point to your file and to your path.

    Edit: Excuse me. I forgot to replace %DISM% with DISM.
     

    Attached Files:

  10. Bira

    Bira MDL Member

    Oct 4, 2017
    197
    108
    10
    #18490 Bira, Feb 19, 2021
    Last edited: Feb 19, 2021
    [QUOTE = "RaiyvaN, postagem: 1645814, membro: 94585"] Você deve substituir todo o% DISM% pelo DISM.
    Altere o caminho do arquivo "install.wim" para o caminho do arquivo.
    a partir de
    definir "InstallWim =% DVD% \ sources \ install.wim"
    pára
    definir "InstallWim =% ~ dp0DVD \ sources \ install.wim"

    E, mude o caminho da pasta: "Monte" para o caminho da sua pasta.
    a partir de
    definir "InstallMount =% Mount% \ Install"
    pára
    definir "InstallMount =% ~ dp0Mount \ Install"

    nota: considere% ~ dp0 como o local onde o script está sendo considerado. Coloque apenas como subpastas a partir daí.

    O resto das variáveis que deixei definidas no início do Script são usadas apenas para poder usar uma estrutura do Toolkit. Como você não usará essa estrutura, basicamente o arquivo semelhante ao que será anexado a seguir. Então você modifica o que eu disse que você precisa para apontar para o seu arquivo e para o seu caminho.

    Edit: Com licença. Esqueci de substituir% DISM% por DISM. [/ CITAR]

    Ok beauty, when I do the image in direct I put already just above Cd /d "%~dp0" to the directory or pushd %~dp0 this already understand, but there qndo pops up the information "Time Zone Key Name | " Pacific Standard Time" and "Time Zone DLT |" Pacific Daylight Time" what is the Time Zone of this information? "Pacific Standard Time" or "Pacific Daylight Time" and in Locale input would be "Locale |" 00000409" or this "Input Locale "0x110409"" to apply in the image?ahh this appeared all the information of an image without language in "en-US", if I integrate one or two languages in this image removing the "en-US" recognized when I put the variable of InputLocale and Timezone or not of the languages I integrated ?
     

    Attached Files:

  11. Bira

    Bira MDL Member

    Oct 4, 2017
    197
    108
    10
    I did the test in one and more of a language installed in an image, but how i wanted to activate the timezone and input locale in all if it will only be activated in the main that you will use is not it? error my but thanks for the commands RayvaN was this same command I wanted, so I will modify in the script a command so in timezone and inputlocale "if %Language%%j equ 1 ( grateful ...
     
  12. Bira

    Bira MDL Member

    Oct 4, 2017
    197
    108
    10
    #18492 Bira, Feb 20, 2021
    Last edited: Feb 20, 2021
    Well this is the result of changing en-US to pt-BR, was added the language pt-BR and removed the en-US, he checked and gave a pause to see if that was what was to do, but he was with the time zone and input locale "en-US" and wanted to change to pt-BR, sera da pra do it ? I add other languages, removing the one in the image? applying the language settings by installing automatically? how can I do this ? to be applied with the variables "%_Dism% /Image:"%~1" /Set-InputLocale:%InpLocale%" and "%_Dism% /Image:"%~1" /Set-TimeZone:%DefaultTimeZone%"
     

    Attached Files:

  13. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    795
    1,438
    30
    #18493 haz367, Feb 20, 2021
    Last edited: Feb 22, 2021
    removed...my bad.
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Do copy the below contents to the text file with extension .reg (MRT.reg) and copy the file <D:\Work\ToolKit\Custom\Registry\w10\x64> folder and then use the Import Custom Registry setting from file in customize menu.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools\MRT]
    "GUID"="0AAB5944-A7BC-4D17-9A3A-2FAB07286EE9"
    
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    It's bit difficult doing with Batch script since it involves reading dependency info from appx xml and also you can't get the license xml for many 3rd apps.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Will be updating.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Try skipping dart integration to winre.wim and see what's the final install.wim size.

    If you don't find [DELETE] folder when you open the install.wim with 7-zip the the image is optimized.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Will check.

     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    The next version will support Windows 21H1 10.0.19043.844 except component removal since the .844 CU is still a preview update and I had stopped updating component removal for preview updates, now only patch Tuesday updates are supported for component removal.

     
  20. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    Do wait, today or tomorrow will be releasing an update to support

    Windows 10 Client v1809 (v10.0.17763.1757)
    Windows 10 Client v1903/v1909 (v10.0.18362.1379/v10.0.18363.1379)
    Windows 10 Client v2004/v20H2 (v10.0.19041.804/v10.0.19042.804)