Recently, when installing the KB5032278 update on the Win10 22H2 system, some users reported that the Sysprep.exe error code 0x80073cf2 occurred. This situation has caused trouble to users, but PHP editor Baicao has compiled a solution for everyone, hoping to help users who encounter this problem solve it smoothly.
# Microsoft says that due to an issue with the status of the Microsoft Edge package, affected systems will receive the 0x80073cf2 error.
Note: Sysprep.exe is a tool that can deploy Windows on multiple computers while ensuring consistency across systems.
Microsoft is working to resolve this issue, and affected users will encounter the following prompt:
Currently Sysprep cannot verify your Windows installation.
Please check the log file in % WINDIR%\system32\Sysprep\Panther\setupact.log for details. After you resolve the issue, use Sysprep again to verify your installation.
IT administrators can verify whether their computers are affected by checking the setup.log file for the following information:
SYSPRP is installed for a user Microsoft.MicrosoftEdge package, but not configured for all users.
This software package will not be removed normally in sysprep SYSPRP, causing the client application to fail to exit: 0x80073cf2.
To alleviate this problem, please perform the following steps:
Open PowerShell as an administrator, type the following command, change If a Windows image is affected by this issue, type the following command, replacing Get-AppxPackage -AllUsers | Where-Object { $_.PackageFullName -like '<PackageFullName>' } | Format-List -Property Name, PackageFullName, PackageUserInformation, InstallLocation, SignatureKind</p>
<p>In the output, look for PackageUserInformation. If a Windows image is affected by this issue, Installed (pending removal) will be appended to the line and should look like this: </p>
<pre class="brush:php;toolbar:false">PackageUserInformation : {S-1-5-21-1115194164-3625103809-2169974439-1002[S-1-5-21-1115194164-3625103809-2169974439-1002]:安装 (等待删除) }
Get-Appxpackage
Restore Sysprep steps. Open Sysprep under System Cleanup Actions and select Out of Box Experience (OOBE).
Select the "Generalization Check" box.
Under Shutdown Options, select Restart and click OK.
We are working on a resolution and will provide an update in an upcoming release.
The above is the detailed content of Sysprep.exe error code 0x80073cf2 appears when installing KB5032278 on Win10 22H2. Attached is the solution.. For more information, please follow other related articles on the PHP Chinese website!