[HELP] OOBE Problem

zeepachi

New Member
Messages
4
Reaction score
0
Hey guys! I just customized W11 (25H2 v26200.7623), but upon testing it on VMWare. It is just stuck in "Just a moment..." when booting after Windows setup. Is the OOBE component needed in W11? I always remove OOBE component on W10 since I'm using an autounattend file. Here is my preset:
 

Attachments

In order to use SkipMachineOOBE & SkipUserOOBE, or to remove OOBE, you must define a primary local user in the Unattended section.
 
If you didn't use SkipMachineOOBE & SkipUserOOBE in unattended, then you can't remove the OOBE component. Windows thinks it still has to run OOBE unless it has a reason to bypass it.
 
If you didn't use SkipMachineOOBE & SkipUserOOBE in unattended, then you can't remove the OOBE component. Windows thinks it still has to run OOBE unless it has a reason to bypass it.
Good catch! I wasn't able to add it on my autounattend file. Thanks mate! However, I have another problem. Whenever I try to set the "Show thumbnails instead of icons" on Visual Effects, it won't turn on (just keeps unchecking it after clicking apply). Is this a bug?
 
Some HKCU settings don't get applied, unless you make the same change after the user has logged on the desktop.

You can try adding this .reg file to Post-Setup (After logon):
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisableThumbnails"=dword:00000001
 
Back
Top