Cannot bypass OOBE when deploying an image through WDS/MDT

Anonymous
2021-03-12T20:20:13.437+00:00

Hello everyone. I am trying to deploy a custom image through WDS/MDT using PXE boot. I have the MDT task sequence setup and it skips all of the pre-install screens. However, after that task sequence is complete, the image is installed, and the system reboots, it boots into the OOBE. Here is the pertinent section of the unattend.xml file

<OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>3</ProtectYourPC> <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo> </OOBE>

I have tried this with and without the SkipUserOOBE and SkipMachineOOBE components and I still get those setup screens after reboot (Language, keyboard, Cortana etc). I've scoured Google and most of the solutions I've seen relate to SCCM, which we do not have, or the "solutions" are not spelled out very clearly. So I will ask, very plainly. Where am I going wrong and how do I set this up to skip OOBE? Thanks in advance for any assistance.

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 22,246 Reputation points
    2021-03-15T08:22:06.82+00:00

    Hi,

    There are some very good information and hints for your reference.

    Windows Deployment with MDT – Part 3: Customize Deployment/


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.