1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Download the new Pack and new Toolkit.cmd.
    VC 2022 replaces VC 2019.
     
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Tested on Build 18363.1734 x64. It was integrated "Windows Media Player Metro Skin" in both folders "Program Files" and WMP works OK.
     
  3. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    @MSMG - Sir is it possible to create a WIM based ISO, exit the toolkit and if needed I can create a ESD based ISO directly by using the convert option ?. This works fine right ?. I mean i can create a compressed ESD based ISO in this case without doing everything from scratch, right ?
     
  4. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    Did as per your suggestions, but this time i am able to install windows however none of the dot net components were integrated. And I hope skipping the component storage cleanup is not the cause for this.

    Also tried 17763.1999 obtained from uupdump and after servicing with 11.6 (which is the appropriate version for FU 1999), the installed o/s has no dotnet. Any ideas ?
     
  5. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    10
    THANKS ... i managed to integrate in 17763.2145 LTSC and 19041.1202 CORE

    My question now is if this skin is possible to be integrated also in 14393.4583 LTSB , taking in consideration that the icons are situated in imageres.dll ?

    Thanks for advice ...
     
  6. Bira

    Bira MDL Senior Member

    Oct 4, 2017
    286
    164
    10
    #20266 Bira, Sep 2, 2021
    Last edited: Sep 2, 2021
    Capturar_2021_09_01_22_09_07_301.png Capturar_2021_09_01_22_09_24_944.png Capturar_2021_09_01_22_10_00_680.png Capturar_2021_09_01_22_10_23_886.png
     
  7. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    10
    #20267 balanadi, Sep 2, 2021
    Last edited: Sep 2, 2021
  8. 1kari

    1kari MDL Novice

    Oct 14, 2018
    19
    9
    0
    Good afternoon. How do I disable the automatic installation of Microsoft Edge when I upgrade Windows? The solutions I found don't work... Has anyone found a solution?
     
  9. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    I have created a 17763.1577 iso downloaded from uupdump, serviced with with v10.9 and after installation i see there is no dotnet in the o/s. Moreover applications like kaspersky internet security fail to install like i experienced before. Can you please give me the source of the 17763.1577 (is it from uupdump ?) you obtained and enumerate the steps you followed to make the ISO with integration of dotnet 3.5 & 4.8 ?. Thanks
     
  10. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    Have you successfully integrated dotnet 3.5 & 4.8 without sfc errors ? If so..
    Kindly provide the link to the source ISO or the ISO filename and the steps you performed to create 17763.2145 ltsc and the version of toolkit used. Thanks
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    #20271 inTerActionVRI, Sep 3, 2021
    Last edited: Sep 3, 2021
    @MSMG,

    replace all
    from
    Code:
     /t REG_SZ /d " " >nul 2>&1
    
    to
    Code:
     /t REG_SZ /d " " /f >nul 2>&1
    

    and...
    from
    Code:
                   Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersion" /t REG_DWORD /d "1" >nul 2>&1
                   if "%ImageBuild%" equ "17134" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1803" >nul 2>&1
                   if "%ImageBuild%" equ "17763" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1809" >nul 2>&1
                   if "%ImageBuild%" equ "18362" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1903" >nul 2>&1
                   if "%ImageBuild%" equ "18363" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1909" >nul 2>&1
                   if "%ImageBuild%" equ "19041" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "2004" >nul 2>&1
                   if "%ImageBuild%" equ "19042" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "2009" >nul 2>&1
                   if "%ImageBuild%" equ "19043" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H1" >nul 2>&1
                   if "%ImageBuild%" equ "19044" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H2" >nul 2>&1
                   if "%ImageBuild%" equ "20348" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H2" >nul 2>&1
                   if "%ImageBuild%" equ "22000" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H2" >nul 2>&1
    
    
    to
    Code:
                   Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersion" /t REG_DWORD /d "1" /f >nul 2>&1
                   if "%ImageBuild%" equ "17134" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1803" /f >nul 2>&1
                   if "%ImageBuild%" equ "17763" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1809" /f >nul 2>&1
                   if "%ImageBuild%" equ "18362" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1903" /f >nul 2>&1
                   if "%ImageBuild%" equ "18363" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "1909" /f >nul 2>&1
                   if "%ImageBuild%" equ "19041" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "2004" /f >nul 2>&1
                   if "%ImageBuild%" equ "19042" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "2009" /f >nul 2>&1
                   if "%ImageBuild%" equ "19043" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H1" /f >nul 2>&1
                   if "%ImageBuild%" equ "19044" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H2" /f >nul 2>&1
                   if "%ImageBuild%" equ "20348" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H2" /f >nul 2>&1
                   if "%ImageBuild%" equ "22000" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "21H2" /f >nul 2>&1
    
     
  12. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    304
    324
    10
    1. i use as a base 17763.1_Windows_10_Enterprise_LTSC_LiteR_amd64_en-US.install.wim made without many of the crap
    2. i integrate Windows10.0-KB4486153-x64 and microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~
    3. i am using the NTLITE program to integrate and remove the unnecessary components
    4. i use Toolkit_v11.7 to add VC ++ and skins
    i never used Toolkit_v11.7 to integrate updates or remove components cause i have my own scripts to do that using the Dism .
    all my updated iso images are quite lite and very good for day to day use ...
     
  13. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    #20274 sergey130270, Sep 4, 2021
    Last edited: Sep 4, 2021
    Good afternoon, good people! Please tell me how to install Microsoft Store in LTSC edition using Toolkit, I can't find it in the program menu
    Thanks.
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. xchris

    xchris MDL Novice

    Aug 30, 2010
    30
    2
    0
    #20276 xchris, Sep 4, 2021
    Last edited: Sep 4, 2021
    Hi there,

    I m trying the latest Enterprise 10 21H2 , I managed to convert the ESD to ISO (esd decrypter)- I only kept the Enterprise 10 but the new iso does not recognised by the MSMG toolkit , do I need to have a "full" ISO instead a single-product one ? thanks in advance!

    [update] after some trial+error, looks like it only works when I mount that ISO and copy manually the contents into the DVD folder.
     
  16. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
  17. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    382
    161
    10
    #20279 zero cool root, Sep 5, 2021
    Last edited: Sep 5, 2021
    Hi @graver.x

    I saved this tweak as Bypass_TPM-SecureBoot-RAM-Storage-CPU_Check.reg, but how do I import this .reg file to boot.wim..??

    Thanks in advance..!!
     
  18. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    272
    288
    10
    #20280 sergey130270, Sep 5, 2021
    Last edited: Sep 14, 2021