Windows Imaging
Creating an Answer File for Windows Unattended Setup
Computer Imaging is an important part of Life Cycle Management. Creating and deploying Windows images requires running the System Preparation (Sysprep) tool. Sysprep removes system-specific data from Windows ensuring a successful restoration of the image, and creates a "generalized" Windows installation that will then be ready for configuration at next bootup. This article is a step-by-step guide on creating an answer file for Sysprep to completely automate the Windows 7 setup.
- Installing the Windows Automated Installation Kit for Windows
- Creating a Sysprep unattended answer
- Windows 10 & Windows 7 Sysprep - Automated Install Settings#chkdsk
- Windows 10 & Windows 7 Sysprep - Automated Install Settings#sysprep
Installing the Windows Automated Installation Kit for Windows Screen shots of win 7
First we'll need to install the Windows Automated Installation Kit on your technician machine (Or skip to the next step if you will be using the website to create you unattended file):
- Win 7 - http://www.microsoft.com/en-us/download/details.aspx?id=5753
- Win 8 - https://www.microsoft.com/en-us/download/details.aspx?id=30652
- Win 8.1 - https://www.microsoft.com/en-us/download/details.aspx?id=39982
- Win 10 - https://developer.microsoft.com/en-us/windows/hardware/windows-assessment-deployment-kit
Creating a Sysprep unattended answer file
Some have reported skipping creating a file manually and using no-ip.org tools:
- Win 7 - http://windowsafg.com/win7x86_x64.html
- Win 8 - http://windowsafg.com/win8x86_x64.html
- Win 8.1 - http://windowsafg.com/win8.1x86_x64.html
- Win 10 MBR - http://windowsafg.com/win10x86_x64.html
- Win 10 UEFI - https://www.windowsafg.com/win10x86_x64_uefi.html
Doing so will let you skip to Step 3: Check Disk
Check Disk
Please make sure that before you Sysprep your Image, that you have ran
chkdsk /R shutdown -r -t 0
from an administrator command prompt and reboot the machine.
Sysprep
Once chkdsk has completed and the machine is back in Windows, run a command prompt as administrator and type the following command to Sysprep your machine:
C:\Windows\System32\Sysprep\sysprep.exe /generalize /oobe /shutdown /unattend:PATH TO SYSPREP ANSWER FILE XML
Sysyprep will prepare the machine to be copied and shutdown.