Sorry, I misremembered, it's the following file 24H2_Integrator_10.6\PersonalTweaks\DisableWindosUpdate\DisableWindowsUpdateByDefault.cmd Code: @echo off echo. echo Disable Windows Update by default reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "SetDisableUXWUAccess" /t REG_DWORD /d "1" /f >nul reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "AllowAutoWindowsUpdateDownloadOverMeteredNetwork" /t REG_DWORD /d "0" /f >nul reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DoNotConnectToWindowsUpdateInternetLocations" /t REG_DWORD /d "1" /f >nul reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "DisableWindowsUpdateAccess" /t REG_DWORD /d "1" /f >nul reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d "1" /f >nul reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "UseWUServer" /t REG_DWORD /d "1" /f >nul reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "WUServer" /t REG_SZ /d "\" \"" /f >nul reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "WUStatusServer" /t REG_SZ /d "\" \"" /f >nul exit
This code is not applied by the script. I just left it in a separate folder for anyone who wants to use it manually. I am removing the "Disable System Restore" code from the script, which may be causing this. I will wait for the new update to release the new version.
@SunLion I would advise against using W10UI, it is very unstable, especially on older machines that do not support Windows 11 24H2. I've never successfully updated Windows 11 24H2 offline with this tool. is a good tool, it's just unstable on older computers.
The build is updated through the Update Center The build was built on 24H2_Integrator_10.6 , the OS build is now 26100.4061 P.S. SunLion You are the best. Thank you Very much!
I used both scripts "24H2_Integrator_10.9" and "24H2_Integrator_10.10". With "24H2_Integrator_10.10" the ISO size is about 150 MB smaller and I think it is the better script. Still, everyone decides for themselves what is better. SunLion. You've done wonders again. Thank you so much.
I tried both options: integration of updates is performed by the script itself and using W10UI for integration. Personally, I did not notice a big difference in this. In both cases, the image was updated without any questions at all. It's probably up to you. Personally, I prefer updating the image by the script itself.
===================== 24H2_Integrator_10.10 ===================== - Updated the all.txt file (26100.4061 version) - Two scripts were kept: 1 - 24H2_Integrator_10.9.cmd => integrates updates through the script itself 2 - 24H2_Integrator_10.10.cmd => integrates updates with abbodi's W10UI The choice of script is up to the user Please read the Changelog.txt and README.txt files before using the script. https://forums.mydigitallife.net/th...ic-legacy-windows.86552/page-120#post-1872013 Enjoy!
@SunLion I used the latest script 10.9 & 10.10 though for some reason store is still there in the start menu along with other removed apps? Here is my config: Code: =========================================================== 24H2_Integrator_10.10 Configured Options at Thu 15/05/2025, 12:44:22.60 =========================================================== Running in NORMAL mode Creating Default image Disable Store Enable WindowsSearch Disable Windows Defender Remove Edge completely Do Not Enable NetFX3 Enable Modern Calculator Integrate NDP481 Enable MediaPlayer Integrate Dart into WinRE.wim Manual Installation Openshell Install ClassicPaint by win7games Remove Windows Ease of Access Show ThisPC + Bin + User + ControlPanel + Network Icons on Desktop Apply PersonalTweaks Yes, copy WPI24H2 =========================================================== Check your settings and press a key to continue... ============================================================ Script Started At 12:44:27.28 ============================================================
This is my preferred choice because it is very suitable for old computers as hosts. I use Core2 Duo processors for script testing.