onsdag den 14. februar 2018

SYSPRP Failed to remove apps for the current user: 0x80073cf2.

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 syp
In 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
  1. Copy MiracastView folder to your upgraded virtual image machine to the same location.
  2. Open Powershell with administrativ permissions.
  3. Get-AppxPackage -name "*mira*" (screenshot 1)
  4. Copy PackageFullName
  5. Remove-AppxPackage -Package Windows.MiracastView_6.3.0.0_........ (screenshot 2)

Screenshot1









Screenshot 2





Miracast app will be removed, and you can start sysprep again. 

Ingen kommentarer:

Send en kommentar

SoftwareCentral 5.7 release - What's new!?

What’s new in SoftwareCentral 5.7? To start with, this blog will not show all new changes, but the once that I thought would be great to ...