Value
Updated: August 1, 2012
Applies To: Windows 7, Windows 8, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Vista
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. |
|
Password |
Specifies the AdministratorPassword. Password is a string. |
This string type supports empty elements.
auditSystem
oobeSystem
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>
See Also

Caution