Best practices for creating Windows system images
Audit the appliance before beginning
Start fresh
•Configure the workstation
•If not following the above KB articles, use the following guidelines:
•
• If working with a machine that had previously been sysprepped, make sure to delete sysprep_succeeded.tag from windows\system32\sysprep.
If the image is captured in WIM format, keep at least 60% of the drive space on each partition as free/available.
Sysprep, capture and deployment guidelines
•
• If you configured a "default" account, ensure to set it to True in the unattend.xml file. The sysprep creator wizard has an option to copy the current profile to the default profile.
• When running sysprep by command line and not the Sysprep Creator/Executor, use the /generalize, /oobe, /shutdown, and the /unattend switches.Post-installation tasks
•
•
• Use CLONEPREP=1 on the .msi Agent install if it is not intended to have the Agent to -check in, and create a KUID until the next reboot. For example: msiexec /i agent.msi HOST=blah CLONEPREP=1
◦ Use the start /wait command when deploying software through appliance post-installation tasks.
◦