Could you provide a minimal unattend.xml
file for use in Windows 7, which will be manually installed, updated and configured on one workstation, then SysPrep will be run like this:
C:\Windows\System32\sysprep>
sysprep /generalize /oobe /unattend:unattend.xml /shutdown
and then C:
partition cloned to multiple workstations (I use partimage
from a Linux LiveUSB for this).
This unattend.xml
should configure a workstation so it will not ask for anything after cloning. Workstation should just show an ordinary login screen with accounts configured before. It should create random computer name and don't try to join Active Directory, as I'm not comfortable with storing passwords in unattend.xml
.
I don't want to use Windows System Image Manager (Windows SIM) from Windows Automated Installation Kit (Windows AIK) as this is overkill — too complicated for my tastes.
You just need to change:
<RegisteredOwner>
<RegisteredOrganization>
<TimeZone>
pl-PL
to yours, for exampleen-US
for US.You can have it join a domain without a password using UnsecureJoin.
There's a similar question in Super user: Sysprep WITHOUT creating new user
For reference, here's the minimal unattend.xml file that was posted there:
You can copy and paste this to Notepad, and save it as "unattend.xml" (with the quotation marks - so the file extension will be xml). Credits goes to blaniel.