Are you saying that if I run the unmodified script(s) as Trusted Installer in a Windows 10 environment there will be no errors?
Have you? I don't get any errors. Edit I have a script that will mount a Professional or Core 22621.1 install wim, reconstruct it to EnterpriseG, update it with latest CU, disable telemetry, enable-disable features, remove capabilities, add drivers, save and unmount the install wim, move it to the sources folder and create an ISO --- AIO I can run it and leave it. No errors. Ready to install
I downloaded the latest ISO to avoid adding updates, extracted install.wim and ran disable_telemetry.cmd under Windows 10 without errors. If I add the modified install.wim to the ISO replacing the original install.wim and install again Windows 11, will Windows Update not add components back and enable telemetry with new updates?
You have to create a new updated image the same way you did here and reinstall https://forums.mydigitallife.net/th...emetry-repository.63874/page-104#post-1817929 If you don't care Cumulative Update (CU) restores all your SystemApps, you can update your current OS using "dism" This is a problem with Windows 11 No problem with Windows 10 (LTSC) I just updated my LTSC 2021 today from 19044.3693 to 19044.3803 using "dism" Code: @echo off Dism /Online /Add-Package /PackagePath="SSU-19041.3745-x64.cab" Dism /Online /Add-Package /PackagePath="Windows10.0-KB5033372-x64.cab" /NoRestart Dism /Online /Add-Package /PackagePath="Windows10.0-KB5032005-x64-NDP481.cab" pause exit Restart OS Code: @echo off DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase DISM /Online /Cleanup-Image /RestoreHealth pause exit
What is the best that can be done if I don't want to reinstall Windows 11 every time there is an update?
idk your decision use Windows 10? I won't suggest not updating every month because I prefer an updated OS, but I know not everybody updates monthly Personally I like doing a clean install every month. I like a newly installed system. Plus it only takes me around 30 minutes to do a clean install and setup my OS Almost all my Apps are portable and in another partition. Mainly I just have to install Internet Security.
I like a newly installed system, but doing a clean install every month is too much for me. With use Windows 10, do you mean LTSC and dism to install updates without reinstalling?
Why do you reconstruct EnterpriseG and not use LTSC in this scenario? Does the script for Enterprise LTSC 2021 also work for IoT? Is running the script with install.wim from the ISO without adding any updates and do this later using dism a good idea?
Variety is the spice of life I dual boot between different Windows 10 and 11 editions. Yes the LTSC script should work on IoT and yes you can just update online
Windows keeps restarting with the message "Why did my PC restart?" when trying to install IoT with the modified install.wim after running the LTSC script with no errors.
Just use LTSC. I forgot you need HWID to activate IoT LTSC. Some Services needed to activate with HWID were disabled which will also prevent you from activating
Thank you To make it work, just disable telemetry in LTSC then after installing, transform it to IoT LTSC Spoiler