Cuttlas Posted October 2, 2014 Posted October 2, 2014 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?
Tripredacus Posted October 2, 2014 Posted October 2, 2014 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>
Cuttlas Posted October 2, 2014 Author Posted October 2, 2014 Should I add it in oobeSystem Section? Or I need to add this piece of code in other sections too?
Cuttlas Posted October 3, 2014 Author Posted October 3, 2014 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
Tripredacus Posted October 3, 2014 Posted October 3, 2014 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now