Windows 10 “Just a Moment”
So I started my Windows 10 Golden image on 1607. I upgraded to 1703 and then after deployment to the machine it gets stuck on “just a moment”.
Add the following to your unattended and all will be right with the world once more.
<OOBE> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE>
For more detail please see source