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
This string type supports empty elements.
Valid Passes
Parent Hierarchy
Applies To
XML Example
The following XML output shows how to set UserAccounts.
|
<UserAccounts>
<AdministratorPassword>
<Value>cAB3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts> |
See Also