1. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
    #20261 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.
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. xchris

    xchris MDL Novice

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

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
  5. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10
    #20266 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..!!
     
  6. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    300
    397
    10
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.
     
  8. doffy90

    doffy90 MDL Novice

    Nov 9, 2015
    46
    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.
     
  9. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #20271 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?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ezgera

    ezgera MDL Novice

    Dec 25, 2019
    40
    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
     
  11. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. MSMG

    MSMG MDL Developer

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

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    Hello @MSMG I sincerely hope you are well because regardless of anything here in the MDL your health is fundamental and God will always be looking for you Master
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    #20278 inTerActionVRI, Sep 7, 2021
    Last edited: Sep 7, 2021
    There are 2 parts with this code to be corrected that missing "/ f". Only the part of the alltweaks has been corrected.
    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 "19045" Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "TargetReleaseVersionInfo" /t REG_SZ /d "22H1" /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
    
    I think only here there is a need to keep "19044".
    You can replace almost all "19044" for "19045"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    349
    486
    10
    #20279 graver.x, Sep 7, 2021
    Last edited: Sep 7, 2021
    Hi, @zero cool root!
    I perform this operation in NTLite in the final step (selecting a folder as the source: Toolkit\DVD).
    Mount boot.wim (2: Windows Setup), add a tweak using the Registry tab. Save image.
     
  18. zero cool root

    zero cool root MDL Senior Member

    Jun 17, 2011
    391
    162
    10