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 […]