Jump to content

Recommended Posts

Posted

Hi

 

I'm using WAIK to create an auto attended installation of windows 7, But I can not create an admin account which does not require password. I tried so many ways, but did not get anything to work. how Can I do that?


Posted

Well you just create an account and don't specify a password.

 

                <LocalAccounts>                    <LocalAccount wcm:action="add">                        <Group>Administrators</Group>                        <DisplayName>Admin Account</DisplayName>                        <Name>Admin Account</Name>                    </LocalAccount>                </LocalAccounts>
Posted

Unfortunetly it is not working correctly, after installing windows, in first launch, It will say that you should set a password for your account. But really I'm looking for a way to set a simple account without any password :(

Posted

Try this, run a .cmd from FistLogonCommands that runs the following:

 

wmic useraccount where "name='Admin Account'" set PasswordRequired=false

 

It should disable the prompt to set a password.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...