How to set Autologon password in factory mode

G

gestor

Hi,

In a machine, I can set blank password for administrator. In
winbom.ini, I set AuditAdminAutoLogon to Yes and then run sysprep -
factory. Then, next time pc reboots autologon works properly.
However, autologon fails if administrator password is different from
"".

How can I define a autologon password in factory mode?

Thanks in advance.
 
G

gestor

Hi Ed,
On Winbom.ini you can define in [Factory] section:
[Factory]
Password = pass
UserName = user
...

But this user and password: "Specifies the name of the account used
for operations during Factory mode of Sysprep, including preinstalling
applications by using the [OEMRunOnce] section"

On sysprep.inf you can define in [GuiUnattended] section:
[GuiUnattended]
AdminPassword=password
...

Can I define a password in Winbom.ini as I can define it in
sysprep.inf?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top