


Windows 10 Sysprep Error 0x80073cf2 Occurs? Learn Best Fixes
Sysprep (System Preparation Tool) Detailed explanation and guide to fixing Windows 10 Sysprep error 0x80073cf2
This article will introduce Microsoft's Windows system deployment tool Sysprep and provide a solution to Sysprep error 0x80073cf2 that occurs after installing the KB5032278 update.
What is Sysprep?
Sysprep, a system preparation tool, is used for the deployment of Microsoft Windows operating systems. It can be prepared for Windows Server installation or Windows client image. Before deploying a Windows image to a new PC, you must first "generate" the image using the Sysprep tool, remove PC-specific information and reset the computer. Sysprep can change Windows images from generalized state (for any computer) to dedicated state (for a specific computer) and vice versa. The tool is part of Windows image and runs in audit mode.
Sysprep error 0x80073cf2
Although Sysprep is a powerful tool for deploying Windows to numerous PCs, you may encounter the error 0x80073cf2. According to users, some devices running Windows 10 22H2 will experience this error after installing the KB5032278 update released on November 30, 2023.
A pop-up window will appear on the computer screen, which says " Sysprep cannot verify your Windows installation. Check the %WINDIR%\System32\Sysprep\Panther\setupact.log log file for details. After solving the problem, use Sysprep to verify your installation again ".
Check this log file and you will see that it mentions 0x80073cf2. This error is mainly caused by Microsoft Edge package status issues, which only affects the devices running Sysprep.exe in audit mode by IT administrators.
Microsoft has acknowledged Sysprep error 0x80073cf2 and has provided a relatively complex solution. Next, let's see how to fix it.
Fix Windows 10 Sysprep error 0x80073cf2 using PowerShell
This is a temporary solution. Before Microsoft releases a fix for this issue, you can try this method, which can help remove the problematic Microsoft.MicrosoftEdge package from the affected Windows image.
The steps are as follows:
Step 1: In Windows 10 22H2, open Windows PowerShell with Administrator permissions – right-click the Start button and select Windows PowerShell (Admin) .
Step 2: Copy and paste the following command into this command line tool:
Get-AppxPackage -AllUsers | Where-Object { $\_.PackageFullName -like '<packagefullname> ' } | Format-List -Property Name, PackageFullName, PackageUserInformation, InstallLocation, SignatureKind</packagefullname>
Will<packagefullname></packagefullname>
Replace with the name you observed in the setupact.log file, such as Microsoft.MicrosoftEdge
, and press Enter .
Step 3: Check PackageUserInformation in the output. If your Windows image is affected by Sysprep error 0x80073cf2, the installed (waiting for deletion) is listed as follows:
Step 4: To resolve Sysprep error, type this command – Get-Appxpackage<packagefullname> -AllUsers | Remove-Appxpackage -AllUsers</packagefullname>
and press Enter . Again, remember to<packagefullname></packagefullname>
Replace with the affected package name.
Step 5: After exiting Windows PowerShell, press Win R , type Sysprep , click OK , and then double-click sysprep.exe to open this tool.
Step 6: Select Enter the system out of the box experience (OOBE) , select Generalization , select Restart , and then click OK . Then you will not encounter Windows 10 Sysprep error 0x80073cf2.
Suggestions: Backup your PC
After resolving the " Sysprep cannot verify your Windows installation " error in Windows 10 22H2, you can now successfully deploy Windows to multiple operating systems. After that, we recommend that you regularly back up your PC using MiniTool ShadowMaker (a powerful PC backup software) to avoid data loss and system problems due to potential issues.
For more information on PC backup, see our previous article – How to Backup PC to an external hard drive/cloud in Win11/10.
(The image link has been retained as it is)
The above is the detailed content of Windows 10 Sysprep Error 0x80073cf2 Occurs? Learn Best Fixes. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Article discusses editing Windows Registry, precautions, backup methods, and potential issues from incorrect edits. Main issue: risks of system instability and data loss from improper changes.

What does the drive health warning in Windows Settings mean and what should you do when you receive the disk warning? Read this php.cn tutorial to get step-by-step instructions to cope with this situation.

Article discusses managing Windows services for system health, including starting, stopping, restarting services, and best practices for stability.

This article identifies ene.sys as a Realtek High Definition Audio driver component. It details its function in managing audio hardware, emphasizing its crucial role in audio functionality. The article also guides users on verifying its legitimacy

The article explains how to use the Group Policy Editor (gpedit.msc) in Windows for managing system settings, highlighting common configurations and troubleshooting methods. It notes that gpedit.msc is unavailable in Windows Home editions, suggesting

Article discusses changing default apps for file types on Windows, including reverting and bulk changes. Main issue: no built-in bulk change option.

You may see the “A connection to the Windows Metadata and Internet Services (WMIS) could not be established.” error on Event Viewer. This post from php.cn introduces how to remove the Windows Metadata and Internet Services problem.

Are you questioned about an issue that MSConfig keeps reverting to selective startup on your Windows? How to switch to normal startup if you require it? Try the methods explained in this php.cn post to find one that works for you.
