Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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>