I run the tests in VirtualBox and I didn't receive any alerts of this type. There is also no need to do anything regarding the TPM.
Update the boot.wim index2 sources folder and the installation image sources folder with Windows11.0-KB5046339-x64.cab update and everything will be fine. Spoiler @echo off Pushd "%~dp0" >nul CD /d "%~dp0" >nul :: Detect [OS Architecture IF EXIST "%WinDir%\SysWOW64" (set "arch=x64") else (set "arch=x86") :: Setting environment path for the Windows setup Set "Mount=%~dp0Mount" Set "BootMount=%Mount%\Boot" Set "BootWim=%~dp0DVD\sources\boot.wim" Set "InstallMount=%Mount%\Install" Set "WIM=%~dp0DVD\sources\install.wim" Set "ImageDefaultLanguage:=" :: Setting dependent tools environment path variables Set "DISM=%~dp0Bin\DISM\dism.exe" SET "index=2" ECHO. ECHO ===================================================================================================== ECHO Mounting Image %index% ECHO ===================================================================================================== IF Exist "%BootMount%" RD "%BootMount%" IF not Exist "%BootMount%" mkdir "%BootMount%" "%DISM%" /english /Get-WimInfo /WimFile:"%BootWim%" "%DISM%" /english /Mount-Wim /WimFile:"%BootWim%" /index:"%index%" /MountDir:"%BootMount%" ECHO. ECHO ===================================================================================================== ECHO Extracting Setup Media Update to sources boot.wim ECHO ===================================================================================================== Expand -R "Updates\SetupMedia\*.cab" -F:* "%BootMount%\sources" >nul For /d %%i in (ar-SA,bg-BG,ca-ES,cs-CZ,da-DK,de-DE,el-GR,en-GB,es-ES,es-MX,et-EE,eu-ES,fi-FI,fr-CA,fr-FR,gl-ES,he-IL,hr-HR,hu-HU,id-Id,it-IT,ja-JP,ko-KR,lt-LT,lv-LV,nb-NO,nl-NL,pl-PL,pt-BR,pt-PT,ro-RO,sk-SK,sl-SI,sr-Latn-RS,sv-SE,th-TH,tr-TR,uk-UA,vi-VN,zh-CN,zh-HK,zh-TW) do ( If "!ImageDefaultLanguage:~1!" neq "%%i" RD /q /s "%BootMount%\sources\%%i" >nul 2>&1 ) :: Unmounting image "%DISM%" /Unmount-Wim /MountDir:"%BootMount%" /commit ECHO. ECHO ================================================================================ ECHO Extracting Setup Media Update to [DVD] folder ECHO ================================================================================ Expand -R "Updates\SetupMedia\*.cab" -F:* "DVD\sources" >nul For /d %%i in (ar-SA,bg-BG,ca-ES,cs-CZ,da-DK,de-DE,el-GR,en-GB,es-ES,es-MX,et-EE,eu-ES,fi-FI,fr-CA,fr-FR,gl-ES,he-IL,hr-HR,hu-HU,id-Id,it-IT,ja-JP,ko-KR,lt-LT,lv-LV,nb-NO,nl-NL,pl-PL,pt-BR,pt-PT,ro-RO,sk-SK,sl-SI,sr-Latn-RS,sv-SE,th-TH,tr-TR,uk-UA,vi-VN,zh-CN,zh-HK,zh-TW) do ( If "!ImageDefaultLanguage:~1!" neq "%%i" rd /q /s "DVD\sources\%%i" >nul 2>&1 ) ECHO. ECHO. ECHO All Finished. ECHO. ECHO Press any key to end the script. ECHO. Pause >nul Exit
Thanks for the help sergey. I suggest reading this thread on the subject as well: https://forums.mydigitallife.net/threads/windows-11-hotfix-repository.83741/page-125#post-1856754
Spoiler: link https://forums.mydigitallife.net/threads/windows-11-hotfix-repository.83741/page-124#post-1856484
Could you write in a nutshell what the online script is for? Perhaps this is exactly what I need, but I don’t know about it yet?
Good morning. It does the same thing as slimdown10, but without some functions that are not possible, at least for now. In other words, all the tweaks are applied.
Edited the ONLINE script for better debugging. It seems to be better now. Download, rename to CMD and replace in the package.
That’s how it is, and I’m scratching my head here, why, well, why. And this is how it turns out. Now everything has become clear even to me. There was a good script by Slimdown, but no, we have to spoil it too. On this occasion they say: no matter what a child enjoys, as long as it does not cry. IMHO
Having a path issue, here is the layout. Have the win 11 files placed in DVD folder, or does it require an iso?