/oobe : Configures the system to start the Out-of-Box Experience phase when the executive powers on the machine for the first time.
(System Preparation) is a Microsoft tool designed to prepare a Windows installation for imaging, cloning, or delivery to a new user. It removes system-specific data, such as the computer security identifier (SID), computer name, and driver configuration, allowing the operating system to create new, unique identifiers upon the next boot.
Run Windows in Audit Mode to make changes without triggering the OOBE.
: The goal is to use the Sysprep CEO tool to successfully create a fully customized, generalized Windows image that is free from hardware-specific information and ready for mass deployment across any number of computers.
: Removes system-specific data like the security identifier (SID), computer name, and specific hardware drivers.
By stripping drivers, the master image can be deployed across different hardware manufacturers (Dell, HP, Lenovo) without bluescreening.
Removing modern Universal Windows Platform (UWP) apps that natively block Sysprep execution. Phase 1: Preparing the Reference Environment