Tested on Build 18363.1734 x64. It was integrated "Windows Media Player Metro Skin" in both folders "Program Files" and WMP works OK.
@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 ?
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 ?
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 ...
It is working and looking quite good for 14393.4583 LTSB ... so far the best and most stable windows 10 version
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?
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
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
@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
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 ...
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.
hi sergey130270 is simple look here please: https://forums.mydigitallife.net/threads/abbodi1406s-batch-scripts-repo.74197/
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.
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..!!