Windows 10 Creators Update 1703 – Avoiding “Just a moment…” in a Task Sequence

Ensure the following is in your Unattend.xml in order to avoid waiting for “Just a moment…”

<OOBE>

<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Work</NetworkLocation>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
<HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
<HideEULAPage>true</HideEULAPage>
<HideLocalAccountScreen>true</HideLocalAccountScreen>
<HideOnlineAccountScreens>true</HideOnlineAccountScreens>

</OOBE>

Normally ConfigMgr handles updating the xml file for smooth task sequencing. But this seems to be something left out of ConfigMgr 1702 / ADK 1703.

I would recommend using the Windows System Image Manager from the ADK to make these changes to your Answer File as it will do validation.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s