SammyJ
SammyJ

Reputation: 31

Unable to automatically select Windows Services settings in Unattended XML

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:

  1. "Let Microsoft and apps use your location"
  2. "Find my Device"
  3. "Send Diagnostic data to Microsoft"
  4. "Improve inking and typing"
  5. "Get tailored experiences with diagnostic data"
  6. "Let apps use advertising ID"

Settings that still aren't automated

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.

Upvotes: 0

Views: 106

Answers (1)

Loufylouf
Loufylouf

Reputation: 699

The setting you are looking for is ProtectYourPC : https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-oobe-protectyourpc . This setting is only valid in the pass oobeSystem

Altough not completely clear from the doc, setting this value to 3 will be equivalent to answering No to all questions.

Upvotes: 0

Related Questions