Case:
Trying to create new image of inplace upgraded Windows 10 can result in sysprep error due to windows store apps.Error:
Error found in sypIn this case it was the miracast app that failed.
SYSPRP Package Windows.MiracastView_6.3.0.0_neutral_neutral_cw5n1h2txyewy was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
SYSPRP Failed to remove apps for the current user: 0x80073cf2.
Generally this would be easy to deal with because we have powershell.
Remove-AppxPackage -Package YourApp
But in this case this will only result in errors and more errors. It simply does not work.
Solution:
On a working windows 10 1703 copy folder C:\Windows\MiracastView
- Copy MiracastView folder to your upgraded virtual image machine to the same location.
- Open Powershell with administrativ permissions.
- Get-AppxPackage -name "*mira*" (screenshot 1)
- Copy PackageFullName
- Remove-AppxPackage -Package Windows.MiracastView_6.3.0.0_........ (screenshot 2)
Screenshot1 |
Miracast app will be removed, and you can start sysprep again.
Ingen kommentarer:
Send en kommentar