Tuesday, December 17, 2024

Windows: Error running sysprep on Windows Server 2025

If you received the following error in the "setuperr.log" when running sysprep on OS Microsoft Windows Server 2025

Package Microsoft.MicrosoftEdge.Stable_122.0.2365.106_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
Failed to remove apps for the current user: 0x80073cf2. 

Open an elevated terminal and run the following command:

Get-AppxPackage -Name Microsoft.MicrosoftEdge.Stable | Remove-AppxPackage

Then try sysprep again.

No comments:

Post a Comment