_matt Posted January 30, 2011 Posted January 30, 2011 Looking to have my unattended prompt for user-name and computer name only. Is this possible as I have user account already for admin, user1, user2. So during install it installs these user by default then asks the installer there name and computer name. Quote
ricktendo Posted January 31, 2011 Posted January 31, 2011 I think so, create your new "UserAccounts" during "oobeSystem" but dont fill in the "AutoLogon" <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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>1</LogonCount> <Username>Ricardo</Username> <Password> <Value>UgBpAGMAbwAtADUAdQBhAHYAZQBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> </AutoLogon> --> Disabled <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Description>ricktendo64</Description> <Group>Administrators</Group> <Name>Ricardo</Name> <Password> <Value>UgBpAGMAbwAtADUAdQBhAHYAZQBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> </component> Quote
_matt Posted February 5, 2011 Author Posted February 5, 2011 Thanks for the reply but not exactly what I was wanting. I want to install with premade user accounts and then the last user account would be anything entered in the GUI and they would also enter their computer name. Hope this makes more sense Quote
ricktendo Posted February 5, 2011 Posted February 5, 2011 So it does not prompt @ oobe if you create the user account ahead of time? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.