midiboy Posted December 31, 2008 Posted December 31, 2008 Hi guys,I have not found any threads on Windows7 unattended problems so I am starting one myself. I have just tried to create an unattended Windows 7 beta1 installation DVD by copying the autounattend.xml over from my Vista installation dvd and it ran quite well. The only thing I had to remove was the <ProductKey> value.However, there is a problem with the Administrator user. In my autounattend.xml I have the following code:<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>4</LogonCount> <Username>Administrator</Username> <Password> <Value>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</Value> <PlainText>false</PlainText> </Password> </AutoLogon><UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</Value> <PlainText>false</PlainText> </Password> <Description>Administrator</Description> <DisplayName>Administrator</DisplayName> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts></component>This works fine in Windows Vista. In Windows 7 however, the unattended setup will stop with a wrong user/password message. Thats because Windows 7 created an Administrator_ploc (strange name, hah ?) user instead of just activating the Administrator user and setting the proper password to that user.Anyone else has this ? Happens all the time, even with plain passwords.All the other stuff like setupcomplete.cmd, WPI etc. seem to work fine. (limited testing so far).Have a happy new Year !Alex
midiboy Posted December 31, 2008 Author Posted December 31, 2008 Hi again,just found out that it works fine if the Administrator created during setup is named Administrator2 instead of Administrator. Installation is still running but it seems to work fine now.Any idea why this is happening ? bug or feature ? Bye,Alex
aviv00 Posted January 4, 2009 Posted January 4, 2009 (edited) win7 have new system to unattained u could use dism.exe and set it as possible [vlite already had problem setting it]or wait for the newer waik for it Edited January 4, 2009 by aviv00
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