Skip Windows Updates

Phearin

New Member
Messages
20
Reaction score
2
Hi garlin ,

I am trying to test on new image WIN11. Yet, there is screen for feature update installing happening and it takes sometimes before it allowed to login Windows. Hence, is there any way to disable that to minimize time in setting up device?

Thanks,
PS
 

Attachments

  • WindowsUpdate.png
    WindowsUpdate.png
    473.3 KB
I have randomly seen this new Feature Update screen, it's a recent W11 OOBE change that's pushed out if you're not using Unattended mode to skip past the OOBE screens. So far, I don't know how Windows decides whether you get this immediate Update.

A few possible workarounds:
- Enable Unattended mode to skip all the screens. Do not change SkipUserOOBE or SkipMachineOOBE to true, as it can trigger other problems.
- Fully update your install image, so Windows Update has nothing to do.​

Other than that, I haven't found many online references to this new behavior.

It's probably pushed through OOBE ZDP (Zero Day Patch), since I was using a clean 23H2 ISO and didn't use Dynamic Update. So it's not something you can block by editing the image, since OOBE is mandatory so you can get a working desktop (unless you sysprepped an image).

UPDATE: I removed the OOBE lines from my answer file, and it didn't pick me this time. Maybe it's a random A/B test (where some users are chosen to beta test an upcoming change).
 
Last edited:
I've been testing a new Unattended install for the past week, and have re-installed the same 23H2 image about 40-50 times in a row. And finally got another one of these Update screens. So this confirms MS is randomly picking which users get it.
 
I have been applied download latest windows update in NTLITE (As suggested #2), and start to testing again, everything is working fine. I didn't see the screen for prompt updating anymore.
 
Negative feedback.
Update September 20, 2024: We’ve heard your feedback regarding the Windows update experience during the OOBE, and while we understand the importance of keeping devices updated from the start, we’re committed to implementing this change in the best way for IT admins to manage their environments.

This change has been postponed. Updates will continue to not be applied during OOBE for Autopilot devices until we’ve established the right mechanisms for IT admins to properly manage and adhere to update policies. We appreciate your patience and understanding as we strive to enhance the Windows enrollment experience. Stay tuned for more updates!
 
Eyevou on Discord shared this trick for blocking 24H2's OOBE Update:
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
"DisableCloudOptimizedContent"=dword:00000001

Integrate this reg key into the offline image. Please note this setting also disables Content Delivery Manager, which manages Spotlight wallpapers, News & Interests and other content feeds.
 
Back
Top