Knowledgebase:
Sysprep 0x80073cf2
Posted by Tennyson LaJeunesse on 26 May 2024 09:11 PM

How to fix Sysprep error 0x80073cf2

Get-AppxPackage -AllUsers | Where-Object { $_.PackageFullName -like ‘<PackageFullName>’ } | Format-List -Property Name, PackageFullName, PackageUserInformation, InstallLocation, SignatureKind

Replace <PackageFullName> with the name observed in the setupact.log file, for example, Microsoft.MicrosoftEdge, and then don’t forget to press Enter.

Get-Appxpackage <PackageFullName> -AllUsers | Remove-Appxpackage -AllUsers

Replace <PackageFullName> with "Package Name" with the package causing the error


Comments (0)