Beginning with the September 2025 Windows security update, quality updates will get installed by default during the out-of-box experience (OOBE) for devices that are on Windows 11, version 22H2 or later.
Expected in Intune’s August (2508) service release, we will introduce a new setting “Install Windows updates” in the Enrollment Status Page (ESP) to allow you to manage the installation of quality updates during OOBE. Stay tuned to What’s new in Intune for the release.
Previously, cris2k47 suggested this reg tweak to prevent OOBE from performing a forced Update:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"DisableCloudOptimizedContent"=dword:00000001
While this reg file continues to work, it does interfere with Content Delivery Manager. If you only wanted to block OOBE Updates without affecting other Windows features, another workaround is to block sdx.microsoft.com in the HOSTS file:
Code:
127.0.0.1 sdx.microsoft.com
Get ready to manage updates in OOBE, but only with Autopilot v1?
Windows Quality Updates during the out-of-box experience
This won't affect users who add the Setup Dynamic Update to their install images, because you're already asking WU to download any pending Monthly Updates in the middle of the install process. Basically MS is making a second attempt to force updates if Setup DU wasn't added.