Skip to content
Discussion options

You must be logged in to vote

Use the Obscure all account passwords in your autounattend.xml file with Base64 setting on the form:

Simply changing

<Password>
    <Value>password</Value>
    <PlainText>true</PlainText>
</Password>

to

<Password>
    <Value>password</Value>
    <PlainText>false</PlainText>
</Password>

will not work. Also note that Base64 does not encrypt the password, but merely obscures it, and that the XML comment

<!--https://schneegans.de/windows/unattend-generator/?…

embedded in every generated file will still show all passwords in plain text.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RT483b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants