I am struggling to find a way of automating the install of Windows 10. I have an unattended.xml file that handles creating the disk partition, the user, password and everything else. It's nearly fully automated but I still have the following settings showing up that require user input:
- "Let Microsoft and apps use your location"
- "Find my Device"
- "Send Diagnostic data to Microsoft"
- "Improve inking and typing"
- "Get tailored experiences with diagnostic data"
- "Let apps use advertising ID"
I've tried several different combinations in the XML file to automate these, I've also tried to capture a new install WIM with all of these settings already set but they reappear again on a fresh installation.
Any help to have this automated would be really appreciated.