Page 1 of 1

[RESOLVED] Offline configuration Win10 OS deployment

Published: May 3, 2022 - 11:58 AM
by eliottiph
Hello,

I'm configuring WADS for offline deployment.

I'd like to know where in the offline XML configuration file I can find the line that allows me to enter the local admin password for the machine to be deployed.

Thank you in advance.

Re: Offline configuration for Windows 10 OS deployment

Published: May 3, 2022 - 12:03 PM
by t.heroult
Good morning

You have the self-closing beacon<value/> in the tag<password>
"self-closed because we have<value/> instead of<value></value>
Basically, replace<value/> by

Code: Select all

<value>VOTRE_MOT_DE_PASSE</value>
let

Code: Select all

 <Plaintext>true</Plaintext>
And that should be fine.