Value specifies the AdministratorPassword. If the computer is connected to a domain, this value must meet domain password complexity requirements.

To configure a blank administrator password, write an empty string in Windows System Image Manager (Windows SIM) by right-clicking on the Value setting, and choose Write Empty String. The built-in administrator account will be enabled with a blank password.

Caution
Creating a blank administrator password is a security risk.

Values

Password

Specifies the AdministratorPassword. Password is a string.

This string type supports empty elements.

Valid Passes

auditSystem

oobeSystem

Parent Hierarchy

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML output shows how to set UserAccounts.

  Copy Code
<UserAccounts>
   <AdministratorPassword>
	<Value>cAB3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
	<PlainText>false</PlainText>
   </AdministratorPassword>
</UserAccounts>

See Also