The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

description[IMPLEMENTED] Skip Password in unattend.xml Empty[IMPLEMENTED] Skip Password in unattend.xml

more_horiz
hi winterstorm2050

i was testing a bit with the unattend.xml  so i dont need to insert a password during installation, and finally i found a solution (dont use a password)

Code:

<UserAccounts>
  <AdministratorPassword>
                 <Value></Value>
                 <PlainText>true</PlainText>
       </AdministratorPassword>
        <LocalAccounts>
          <LocalAccount wcm:action="add">
    <Password>
                  <Value></Value>
                 <PlainText>true</PlainText>
           </Password>
            <Name>KrX</Name>
            <DisplayName>KrX</DisplayName>
            <Group>Administrators</Group>
          </LocalAccount>
        </LocalAccounts>
      </UserAccounts>

with this it skips the screen where you need to insert a password

description[IMPLEMENTED] Skip Password in unattend.xml EmptyRe: [IMPLEMENTED] Skip Password in unattend.xml

more_horiz
Added in v0.99.7 !

description[IMPLEMENTED] Skip Password in unattend.xml EmptyRe: [IMPLEMENTED] Skip Password in unattend.xml

more_horiz
really nice Wink

BIG THANKS

description[IMPLEMENTED] Skip Password in unattend.xml EmptyRe: [IMPLEMENTED] Skip Password in unattend.xml

more_horiz
You're welcome my friend !  Wink
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum