I tried both options Slim and Normal, in both options the updates were not applied to the image. The reason is that you need to put “0” in the set debug=1 parameter (line 19), and everything will be OK! Spoiler Code: :: ======================================= :: debug=1 => does not integrate updates :: debug=0 => integrates the updates set debug=1 => here you need to set "0" instead of "1" :: ======================================= SunLion, please note that starting from the section - Copy $OEM$ to Sources folder, the code array is inserted into the script twice.
SunLion, take a close look at lines starting at 2192 and compare them with lines starting at 3658 ...
OK Now I get it. That's because I created two separate blocks for "Create Default Image" and "Create Slim Image". And I didn't go into much detail about that part. I had to separate them because there were too many conflicting variables... It sounds repetitive, but these codes are only executed inside the "Slim" or "Default" image section. I'll refine this later. Thanks for your help!
Code: ============================================================ Do you want Create a SLIM image? ============================================================ Choice Your Option [y/n]: No ============================================================ Do you want DISABLE Windows Store? ============================================================ Choice Your Option [y/n]: No ============================================================ Do you want DISABLE Windows Search? ============================================================ Choice Your Option [y/n]: No ============================================================ Do you want DISABLE Windows Defender? ============================================================ Choice Your Option [y/n]: No ============================================================ Do you want to REMOVE Edge completely? ============================================================ Choice Your Option [y/n]: Yes ============================================================ Do you want Enable NetFX3? ============================================================ Choice Your Option [y/n]: Yes ============================================================ everything is fine, only the store is not installed source iso:en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso in version 24H2_Integrator_7.8. it worked without error
Good morning everyone! I made some minor adjustments to the script. Please test it out... Here are just the scripts, which can be used in the same folder as 7.8.3. psw: mdl2025