Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PlainText
specifies whether the AdministratorPassword is hidden in the unattended installation answer file.
Note You can only use this setting to hide the passwords for local accounts only. Domain account passwords are not hidden.
You cannot set this value directly. Select Hide sensitive data on the Tools menu to hide all passwords with a PlainText
setting in your answer file.
true |
Specifies that the AdministratorPassword appears in plain text in the answer file. This is the default value. |
false |
Specifies that the AdministratorPassword is hidden in the answer file. |
Note This element appears above the Settings bar in the Properties pane of Windows System Manager. It always appears as true in the user interface (UI), even if you have selected Hide sensitive data.
auditSystem
oobeSystem
Microsoft-Windows-Shell-Setup | UserAccounts | AdministratorPassword | PlainText
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
The following XML output shows how to set UserAccounts.
<UserAccounts>
<AdministratorPassword>
<Value>cAB3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>