VirtualBox

Changeset 67932 in vbox


Ignore:
Timestamp:
Jul 12, 2017 1:44:11 PM (7 years ago)
Author:
vboxsync
Message:

Unattended/NT6+: Set admin password. Deal with user set to 'Administrator'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/common/unattended_templates/win_nt6_unattended.xml

    r67894 r67932  
    8282
    8383            <UserAccounts>
     84@@VBOX_COND_IS_USER_LOGIN_NOT_ADMINISTRATOR@@
     85                <AdministratorPassword>
     86                    <Value>@@VBOX_INSERT_ROOT_PASSWORD_ELEMENT@@</Value>
     87                    <PlainText>true</PlainText>
     88                </AdministratorPassword>
     89
    8490                <LocalAccounts>
    8591                    <LocalAccount wcm:action="add">
     
    9399                    </LocalAccount>
    94100                </LocalAccounts>
     101@@VBOX_COND_END@@
     102@@VBOX_COND_IS_USER_LOGIN_ADMINISTRATOR@@
     103                <AdministratorPassword>
     104                    <Value>@@VBOX_INSERT_USER_PASSWORD_ELEMENT@@</Value>
     105                    <PlainText>true</PlainText>
     106                </AdministratorPassword>
     107@@VBOX_COND_END@@
    95108            </UserAccounts>
    96109
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette