Sysprp Failed To Remove Apps For The Current User 0x80073cf2 ❲PREMIUM❳
Get-AppxPackage -AllUsers -Name <PackageName> | Remove-AppxPackage -force
Then retry Sysprep.
WIN-SYSPREP-009 Severity: High (Image preparation blocker) Applies to: Windows 10/11 (1809 and later), Windows Server 2019/2022 sysprp failed to remove apps for the current user 0x80073cf2
Open the file in Notepad and search for "0x80073cf2" or "Failed to remove apps". You will see a line like: Package [PackageName] was installed for a user, but not provisioned for all users. . 2. Remove the App via PowerShell Get-AppxPackage -AllUsers -Name <

