How to Fix Sysprep Fails to Validate Error 0x80073cf2 on Windows 10 and 11.

Sysprep is an important tool for Windows deployment,  and can sometimes suffer from validation issues on Windows 10 and Windows 11 operating systems. Usually appearing as error code 0x80073cf2 when in audit mode. For most people, it will be linked to KB updates and how Microsoft Edge packages are installed. Thankfully the fix is fairly easy though it might look quite complicated at first glance.  But we'll guide you through the process so don't get stressed out just yet!

Pre-Start Recommendations

These steps should help resolve the Sysprep Windows validation error 0x80073cf2. If the issue persists or if there are any concerns, consider reaching out to Microsoft support for further assistance.

How to Fix Sysprep Windows Validation Error 0x80073cf2

Get-Appxpackage Microsoft.MicrosoftEdge -AllUsers | Remove-Appxpackage -AllUsers

 

What is Sysprep and what does it do?

Sysprep, short for System Preparation Tool, is a Microsoft Windows utility that facilitates the customization and preparation of a Windows installation for duplication, imaging, and deployment across multiple systems. The primary purpose of Sysprep is to remove system-specific information from a Windows installation, allowing it to be generalized and configured for use on different hardware configurations.

  1. Preparation for Cloning or Imaging: Sysprep is often used before creating system images or clones of a Windows installation. This process ensures that each cloned system starts with a unique identifier, preventing conflicts that might arise from having multiple systems with identical information, such as security identifiers (SIDs).

  2. Generalization of Windows Installations: The tool generalizes the Windows installation by removing hardware-specific information, user accounts, and other system-specific configurations. This generalization enables the cloned or imaged installation to adapt to the new hardware during the next boot, allowing for a more seamless deployment across diverse systems.

Those are just two aspects of Sysprep on Windows but there are quite a few other roles that it plays. So if your system is unable to validate your Windows installation because of 0x80073cf2 you'll have to work your way through the steps shown above. If that doesn't work for you, you'll have to seek further advice from an administrator or Microsoft. 

Comments