Sysprep adding local user, join workgroup

  • Thread starter Thread starter Jake
  • Start date Start date
J

Jake

Hi,

I want to have the sysprepped computer request a username and password
from the installing person in order to create a local user account with
administrative rights. Is this possible?

Also the sysprepped computer should not attempt to join a domain, but
rather automatically be assigned a workgroup name.

How do I accomplish these two task using sysprep..?

regards

jake
 
Jake said:
Hi,

I want to have the sysprepped computer request a username and
password from the installing person in order to create a local user
account with administrative rights. Is this possible?

Also the sysprepped computer should not attempt to join a domain,
but rather automatically be assigned a workgroup name.

How do I accomplish these two task using sysprep..?

I don't know how to make the sysprepped computer prompt for a username
and password on the first boot, but for the workgroup setting, use the
following:

[Identification]
JoinWorkgroup = MYWORKGROUPNAME
 
Back
Top