1. 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
     
  2. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,386
    60
    #20282 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
    
     
  3. balanadi

    balanadi MDL Senior Member

    Apr 24, 2014
    289
    269
    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 ...
     
  4. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
    #20285 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.
     
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xchris

    xchris MDL Novice

    Aug 30, 2010
    30
    2
    0
    #20287 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.
     
  7. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    342
    476
    10
  8. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    376
    161
    10
    #20290 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..!!
     
  9. sergey130270

    sergey130270 MDL Member

    May 15, 2014
    190
    76
    10
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Have uploaded a updated Toolkit.cmd script with support for Integrating Language Packs, Drivers, Windows Features, Custom Windows Features for Windows 11 Source OS. Can anyone test the script for Windows 7/8.1/10 and 11 and report back for any issues.

    Just want to remind that I have made changes to Toolkit packs folders with respect to adding support for Windows 11, do update your Packs folder to reflect the changes.

    Support for Windows 11 Component Removal will be added from next version, in fact it's already been present in the current version for Windows 11 v10.0.22000.1 but I have disabled it due to some bugs which I have fixed now for the next release.
     
  11. doffy90

    doffy90 MDL Novice

    Nov 9, 2015
    44
    5
    0
    I'm still on Windows 7 and get can't it to work. I get an error message: "Error: Failed to create a process.", when clicking start.cmd. I then tried toolkit.cmd which gets me as far as "extract from custom esd" then it crashes right after displaying all the indexes.
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,386
    60
    #20295 inTerActionVRI, Sep 6, 2021
    Last edited: Sep 6, 2021
    @MSMG,

    from
    Code:
    if "%SelectedSourceOS%" equ "w11" OSID=10
    
    to
    Code:
    if "%SelectedSourceOS%" equ "w10" OSID=10
    
    ------------------------------------------------------------------------
    and...
    from
    Code:
    if "%ImageVersion:~0,-6%" neq "10.0" set "ImageBuild=%ImageVersion:~4,4%"
    if "%ImageVersion:~0,-6%" equ "10.0" set "ImageBuild=%ImageVersion:~5,5%"
    
    to
    Code:
    if "%ImageVersion:~0,-6%" neq "10.0" if "%ImageVersion:~0,-6%" neq "11.0" set /A ImageBuild=%ImageVersion:~4,4%
    if "%ImageVersion%" neq "6.1.7601" if "%ImageVersion%" neq "6.3.9600" set /A ImageBuild=%ImageVersion:~5,5%
    
    or
    Code:
    if "%ImageVersion:~0,-6%" neq "10.0" if "%ImageVersion:~0,-6%" neq "11.0" (
       set /A ImageBuild=%ImageVersion:~4,4%
    ) else (
       set /A ImageBuild=%ImageVersion:~5,5%
    )
    
    ------------------------------------------------------------------------------------------
    from
    Code:
    if "%ImageVersion:~0,-6%" equ "10.0" (
       if "%ImageBuild%" leq "19045" set "SelectedSourceOS=w10"
       if "%ImageBuild%" geq "22000" set "SelectedSourceOS=w11"
    )
    
    to
    Code:
    if "%ImageVersion:~0,-6%" equ "10.0" (
       if "%ImageBuild%" leq "20348" (
           set "SelectedSourceOS=w10"
           set "OSID=10"
       )
       if "%ImageBuild%" geq "22000" (
           set "SelectedSourceOS=w11"
           set "OSID=11"
       )
    )
    
    And add this precautionary code to the official release of Windows 11 in October, aiming at that the version will be updated.
    Code:
    if "%ImageVersion:~0,-6%" equ "11.0" (
       set "SelectedSourceOS=w11"
       set "OSID=11"
    )
    
    Is there the possibility of the new components be available in previous editions of Windows 10 with the future cumulative updates?
    Or are these components will only be present in W11?
     
  13. ezgera

    ezgera MDL Novice

    Dec 25, 2019
    36
    2
    0
    couldnt find it, i have tried 3 versions and i cannot find any option to touch any of the windows 1709 ( no removal tol or injection )
    they told me that win1709 modification tools will be added in future versions of MSGM
    but i cant find any
     
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,642
    3,386
    60
    all from
    set "InboxApp=XboxApp"
    to
    set "InboxApp=Xbox"

    Paint and Paint3D are problematic in inboxapps. Something related to the names of the license variables.
    Notepad is not on the menu, but is present in the code only in the application part.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Thanks for the feedback and suggestions, have made the changes and will upload the updated script.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Check in Archive folder in the Download link, I wish I could add the support for older versions only if I had good health and time.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    Corrected the issues, some apps integration for Windows 11 needs the license.xml which will be added once the MS releases the official Apps ISO.