I need some help about (AutoLogon) in Autounattend.xml, PLS

Discussion in 'Windows 7' started by Ali_30, Nov 20, 2013.

  1. Ali_30

    Ali_30 MDL Novice

    Jun 17, 2012
    4
    0
    0
    #1 Ali_30, Nov 20, 2013
    Last edited by a moderator: Apr 20, 2017
    hello all MDL members,
    first i'm sorry for my bed english, 2nd can some one help me about (AutoLogon) in Autounattend.xml.
    there is my config in oobeSystem section :
    Code:
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="Link removed because i have just 1 post">
                <TimeZone>Central Standard Time</TimeZone>
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <NetworkLocation>Home</NetworkLocation>
                    <ProtectYourPC>3</ProtectYourPC>
                    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                </OOBE> 
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>Ali_30</Value>
                    </AdministratorPassword>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>Ali_30</Value>
                            </Password>
                            <Group>Administrators</Group>
                            <DisplayName>Ali</DisplayName>
                            <Name>Ali</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <AutoLogon>
                    <Password>
                        <Value>Ali_30</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <Enabled>true</Enabled>
                    <LogonCount>2</LogonCount>
                    <Username>Ali</Username>
                </AutoLogon>
            </component>
        </settings>
    
    
    Every time i have the same error : (wrong pass or username), and i cant correct it because i dont know what i do.
    Thank you very mach for your help.
     
  2. cocachris89

    cocachris89 MDL Senior Member

    Mar 1, 2013
    492
    151
    10
    #2 cocachris89, Nov 20, 2013
    Last edited by a moderator: Apr 20, 2017
  3. Ali_30

    Ali_30 MDL Novice

    Jun 17, 2012
    4
    0
    0
    Brother cocachris89 thank you very much for resolving my problem.
    I just edite false to true and its ok , thank you.
     
  4. cocachris89

    cocachris89 MDL Senior Member

    Mar 1, 2013
    492
    151
    10
    Your welcome :D