Jump to content

Featured Replies

Posted

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.

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>

  • Author

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...