Lesson 9 | Using the Remote Installation Preparation wizard |
Objective | Create and image using the Remote Installation wizard. |
Before capturing an image, configure a reference computer with:
Once the reference machine is fully configured, run the System Preparation Tool (Sysprep) to generalize the installation.
To run Sysprep:
C:\Windows\System32\Sysprep\sysprep.exe
This prepares the system by removing unique data such as the SID and computer name, similar to what the legacy RIPrep process did.
If you haven't created a WDS capture image, you must generate one from an existing boot image in the WDS console. Right-click the boot image, choose Create Capture Boot Image, then add it to the WDS server.
Once in the Windows PE environment:
If uploading:
After capturing the image:
Feature | Remote Installation Services (RIS) | Windows Deployment Services (WDS) |
---|---|---|
Image Format | RIPrep/CD-based | WIM (Windows Imaging Format) |
Preparation Tool | RIPrep Wizard | Sysprep & WDS Capture Image |
Automation | Basic answer file (.sif) | Full unattended installs with unattend.xml |
OS Support | Windows 2000/XP | Windows Vista and later |
/generalize
, /oobe
, and /shutdown
options. This step strips the system of machine-specific information like the Security Identifier (SID), resets the activation status, and configures it to boot into the Out-Of-Box Experience (OOBE) upon next startup. The /generalize
switch is essential for enabling hardware independence.
.wim
(Windows Imaging Format) file is either stored locally for manual integration or directly transmitted to the WDS server. Once available on the server, this image becomes deployable to multiple client systems over the network using PXE boot.