Delen via


OfflineAdministratorPassword

OfflineAdministratorPassword specifies the administrator password and whether it is hidden in the unattended installation answer file.

Child Elements

Setting Description
PlainText Specifies whether the OfflineAdministratorPassword is hidden in the unattended installation answer file.
Value Specifies the OfflineAdministratorPassword.

Valid Configuration Passes

offlineServicing

Parent Hierarchy

Microsoft-Windows-Shell-Setup | OfflineUserAccounts | OfflineAdministratorPassword

Applies To

Windows 10 for desktop editions (Home, Pro, Enterprise, and Education)

Windows Server 2016

For a 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 OfflineUserAccounts.

<OfflineUserAccounts>
   <OfflineAdministratorPassword>
      <Value>cAB3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
      <PlainText>false</PlainText>
   </OfflineAdministratorPassword>
</OfflineUserAccounts>