Forum Discussion
MDT for windows 10 version 1703
Agreed, I have also completed capturing and deploying a Win10 x64 1703 reference image using the same configuration but I found that when I deploy it to a physical device (vs. virtual machine) at the beginning of the STATERESTORE Property phase/ZTINextPhase (Component) I hear "All right, you're connected. Now we'll check for any updates". I'm assuming this is the network adapter configuration as it is not uniquely identified in the deployment logs.
I would like to disable it but I can't find any documentation indicating its presence. I didn't know if controlling it might be a feature in ADK 1703. Has anyone else seen this behavior?
Michael Niehaus just mentioned a method for disabling the cortana voice prompts during deployment.
https://twitter.com/mniehaus/status/910963167894814720
"Set value "DIsableVoice" under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE to 1 (DWORD) and Cortana will stop talking..."
"The tricky part is how to set that. You can add a RunSynchronous command in the unattend.xml to set that before OOBE."
Worth mentioning a comment further down in the thread:
"You will want to make a note about turning it back on again though. Turning off disability assistance features will be an issue in some orgs"