Main Forum > General Computer Support
(SOLVED) Win10 apps dead after running Windows Repair
KingHawk:
After a recent clean install of Windows some errors appeared already which were very annoying (SearchUI.exe crashing every minute), I found online this could be fixed with "tweaking.com windows repair" and it currently is fixed thx to that. But after running the Windows Repair most of the win10 apps seems to have died including the app store.
Does anyone know a way to fix all these apps?
I've tried to remove all these default apps in the PowerShell but that resulted in errors as did the command to install all default apps back on Win10.
--- Code: ---Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
--- End code ---
Boggin:
While MS apps not working after the Threshold 2 update has been reported, other apps have been downloadable.
Open a Command Prompt (Admin) and try these cmds first -
net stop wuauserv
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
exit
Then reboot and retry downloading the apps.
If they fail then open the admin cmd prompt again and enter -
dism /online /cleanup-image /startcomponentcleanup
dism /online /cleanuo-image /restorehealth
This one tends to hang at 20% but does complete and follow that with a sfc /scannow to see all is well, but irrepairable files have also been reported following the Threshold 2 update which can generally be ignored.
The /restorehealth may also report that it cannot find the source file, but if the /componentcleanup cmd is successful, then that may do it.
If your ISO was the latest version, then it will have included the Threshold 2 update.
KingHawk:
Both of your suggestions didn't fix the problem. The iso I used didn't contain Threshold 2 but I did install it right after installing Windows, I used the MediaCreationTool to get the Win10 installer too bad they didn't update the downloads there.
This is what feedback I get when I try install the default apps in the PowerShell.
--- Code: ---PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.Inst
allLocation)\AppXManifest.xml”}
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Appconnector_1.3.3.0_neutral__8wekyb3d8bbwe package be
cause there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Appconnector_1.3.3.0_ne
utral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0000-108b-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0000-108b-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.ConnectivityStore_1.1509.1.0_x64__8wekyb3d8bbwe packag
e because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.ConnectivityStore_1
.1509.1.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-ea73-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-ea73-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation
.
Windows cannot install package Microsoft.SkypeApp because this package depends on another package that could not be fou
nd. This package requires minimum version 1.0.0.0 of framework Microsoft.NET.Native.Framework.1.0 published by CN=Micro
soft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US to install. Provide the framework along with t
his package.
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-f573-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-f573-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it m
odifies are currently in use.
error 0x80004004: Unable to install because the following apps need to be closed 89BE6D5D.KPNiTVOnline_j9c080ve9enp0!Ap
p.
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-0174-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-0174-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsSoundRecorder_10.1510.13110.0_x64__8wekyb3d8bbw
e package because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.WindowsSoun
dRecorder_10.1510.13110.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0000-2993-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0000-2993-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsCalculator_10.1510.13020.0_x64__8wekyb3d8bbwe p
ackage because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.WindowsCalcula
tor_10.1510.13020.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0006-59a9-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0006-59a9-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.CommsPhone_1.10.23004.0_x64__8wekyb3d8bbwe package bec
ause there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.CommsPhone_1.10.23004.0_
neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-ee77-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-ee77-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Getstarted_2.5.6.0_x64__8wekyb3d8bbwe package because
there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Getstarted_2.5.6.0_neutral_sp
lit.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-f877-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-f877-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Office.Sway_17.6409.20251.0_x64__8wekyb3d8bbwe package
because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Office.Sway_17.6409.
20251.0_neutral_nl-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-fd77-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-fd77-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.People_10.0.3030.0_x64__8wekyb3d8bbwe package because
there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.People_10.0.3030.0_neutral_sp
lit.scale-100_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-0078-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-0078-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.ZuneMusic_3.6.15131.0_x64__8wekyb3d8bbwe package becau
se there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.ZuneMusic_3.6.15131.0_neut
ral_resources.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0006-35b0-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0006-35b0-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsStore_2015.21.25.0_x64__8wekyb3d8bbwe package b
ecause there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.WindowsStore_2015.21.2
5.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0006-41b2-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0006-41b2-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it m
odifies are currently in use.
error 0x80004004: Unable to install because the following apps need to be closed 89BE6D5D.KPNiTVOnline_j9c080ve9enp0!Ap
p.
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-2778-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-2778-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Office.OneNote_17.6326.10031.0_x64__8wekyb3d8bbwe pack
age because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Office.OneNote_17
.6326.10031.0_neutral_nl-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0002-22ac-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0002-22ac-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Windows.Photos_15.1026.13580.0_x64__8wekyb3d8bbwe pack
age because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Windows.Photos_15
.1026.13580.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0002-27ac-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0002-27ac-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.MicrosoftSolitaireCollection_3.5.11021.0_x64__8wekyb3d
8bbwe package because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Microso
ftSolitaireCollection_3.5.11021.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0000-4595-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0000-4595-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsCamera_2015.1078.40.0_x64__8wekyb3d8bbwe packag
e because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.WindowsCamera_2015.
1078.40.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0002-50ac-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0002-50ac-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsMaps_4.1511.3161.0_x64__8wekyb3d8bbwe package b
ecause there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.WindowsMaps_4.1511.316
1.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0002-6aac-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0002-6aac-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.BingFinance_4.7.118.0_x86__8wekyb3d8bbwe package becau
se there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.BingFinance_4.7.118.0_neut
ral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0002-8cac-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0002-8cac-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.BingNews_4.7.118.0_x86__8wekyb3d8bbwe package because
there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.BingNews_4.7.118.0_neutral_sp
lit.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0006-40bc-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0006-40bc-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.BingSports_4.7.118.0_x86__8wekyb3d8bbwe package becaus
e there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.BingSports_4.7.118.0_neutra
l_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0000-fa95-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0000-fa95-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.BingWeather_4.7.118.0_x86__8wekyb3d8bbwe package becau
se there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.BingWeather_4.7.118.0_neut
ral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-6e78-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-6e78-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the microsoft.windowscommunicationsapps_17.6416.42001.0_x64__8wekyb3
d8bbwe package because there was a merge failure with the following file: C:\Program Files\WindowsApps\microsoft.window
scommunicationsapps_17.6416.42001.0_neutral_nl-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0004-cecf-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0004-cecf-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it m
odifies are currently in use.
error 0x80004004: Unable to install because the following apps need to be closed 89BE6D5D.KPNiTVOnline_j9c080ve9enp0!Ap
p.
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0000-d596-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0000-d596-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsAlarms_10.1511.64020.0_x64__8wekyb3d8bbwe packa
ge because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.WindowsAlarms_10.1
511.64020.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0004-a5d2-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0004-a5d2-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Messaging_1.11.13005.0_x86__8wekyb3d8bbwe package beca
use there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Messaging_1.11.13005.0_ne
utral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-a078-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-a078-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.ZuneVideo_3.6.15361.0_x64__8wekyb3d8bbwe package becau
se there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.ZuneVideo_3.6.15361.0_neut
ral_resources.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0004-e6d4-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0004-e6d4-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.ConnectivityStore_1.1511.1.0_x64__8wekyb3d8bbwe packag
e because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.ConnectivityStore_1
.1509.1.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0003-f583-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0003-f583-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Office.Sway_17.6417.20251.0_x64__8wekyb3d8bbwe package
because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Office.Sway_17.6409.
20251.0_neutral_nl-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-0d7a-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-0d7a-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.WindowsStore_2015.23.23.0_x64__8wekyb3d8bbwe package b
ecause there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.WindowsStore_2015.21.2
5.0_neutral_split.scale-100_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-000b-c87a-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-000b-c87a-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
Merge Failure : error 0x80070003 : Cannot register the Microsoft.Windows.Photos_15.1118.12010.0_x64__8wekyb3d8bbwe pack
age because there was a merge failure with the following file: C:\Program Files\WindowsApps\Microsoft.Windows.Photos_15
.1026.13580.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
NOTE: For additional information, look for [ActivityId] 9ecf5c24-230f-0002-ceb2-cf9e0f23d101 in the Event Log or use th
e command line Get-AppxLog -ActivityID 9ecf5c24-230f-0002-ceb2-cf9e0f23d101
At line:1 char:37
+ ... s| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
PS C:\WINDOWS\system32>
--- End code ---
Boggin:
Have you tried that command line that it suggests, but if you can restore prior to Threshold 2 and check if you have the same problems, that could nail it to TH2, but unless you have enabled System Protection (as it's disabled by default in Win 10), you won't have any restore points.
Alternately, if you believe the WR program was responsible, then use the restore facility in that to revert to before you ran the program.
EDIT - Just been reading a Windows Secrets Newsletter and apparently you can revert to an earlier build prior to TH2 via Settings/Update & Security/Recovery, but I don't know the procedure from there as I don't have Win 10.
KingHawk:
This is the feedback of the command line it suggests. It didn't seem to have made a backup or I have deleted it already so I guess I'll go look around for a Threshold 2 ISO.
--- Code: ---Windows PowerShell
Copyright (C) 2015 Microsoft Corporation. All rights reserved.
PS C:\Users\jornj> Get-AppxLog -ActivityID 9ecf5c24-230f-0000-108b-cf9e0f23d101
Time ID Message
---- -- -------
19-11-2015 22:46:54 301 The calling process is powershell.exe
19-11-2015 22:46:54 603 Started deployment Register operation on a package with main parameter: AppXMani
fest.xml and Options: 0. See http://go.microsoft.com/fwlink/?LinkId=235160 for h
elp diagnosing app deployment issues.
19-11-2015 22:46:54 10002 Creating Resiliency File C:\ProgramData\Microsoft\Windows\AppRepository\fc0ed8b2
-76a1-45dd-9db8-32af11ad87a0_S-1-5-21-1284290452-640343861-3892741127-1001_71.rs
lc for Register Operation on Package Microsoft.Appconnector_1.3.3.0_neutral__8we
kyb3d8bbwe.
19-11-2015 22:46:54 607 Deployment Register operation on package Microsoft.Appconnector_1.3.3.0_neutral_
_8wekyb3d8bbwe has been de-queued and is running for user JJ-RAMPAGE\jornj.
19-11-2015 22:46:54 613 Adding uri to the list of Uris: C:\Program Files\WindowsApps\Microsoft.Appconnec
tor_1.3.3.0_neutral__8wekyb3d8bbwe\AppXManifest.xml.
19-11-2015 22:46:54 561 Not staging roaming data for package Microsoft.Appconnector_8wekyb3d8bbwe. The a
pplication state is already present.
19-11-2015 22:46:54 10000 About to service package Microsoft.Appconnector_1.3.3.0_neutral__8wekyb3d8bbwe.
Setting the package state to disabled returned with 0x0.
19-11-2015 22:46:54 827 Capability parsing started for the package Microsoft.Appconnector_1.3.3.0_neutra
l__8wekyb3d8bbwe
19-11-2015 22:46:54 5502 Merge Failure : error 0x80070003 : Cannot register the Microsoft.Appconnector_1.
3.3.0_neutral__8wekyb3d8bbwe package because there was a merge failure with the
following file: C:\Program Files\WindowsApps\Microsoft.Appconnector_1.3.3.0_neut
ral_split.language-nl_8wekyb3d8bbwe\resources.pri
19-11-2015 22:46:54 303 error 0x80070003: While preparing to process the request, the system failed to r
egister the windows.MRT extension due to the following error: The system cannot
find the path specified.
.
19-11-2015 22:46:54 300 error 0x80070003: Cannot register the Microsoft.Appconnector_8wekyb3d8bbwe packa
ge due to the following error: The system cannot find the path specified.
.
19-11-2015 22:46:54 605 The last successful state reached was ResolvedDeferredRegistrations. Failure occ
urred before reaching the next state RegistrationChanged.
19-11-2015 22:46:54 10001 Finished servicing package Microsoft.Appconnector_1.3.3.0_neutral__8wekyb3d8bbwe
. Setting the package state to enabled returned with 0x0.
19-11-2015 22:46:54 401 Deployment Register operation with target volume C: on Package Microsoft.Appconn
ector_1.3.3.0_neutral__8wekyb3d8bbwe from: (AppXManifest.xml) failed with erro
r 0x80073CF6. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnos
ing app deployment issues.
19-11-2015 22:46:54 404 AppX Deployment operation failed for package Microsoft.Appconnector_1.3.3.0_neut
ral__8wekyb3d8bbwe with error 0x80073CF6. The specific error text for this failu
re is: Merge Failure : error 0x80070003 : Cannot register the Microsoft.Appconne
ctor_1.3.3.0_neutral__8wekyb3d8bbwe package because there was a merge failure wi
th the following file: C:\Program Files\WindowsApps\Microsoft.Appconnector_1.3.3
.0_neutral_split.language-nl_8wekyb3d8bbwe\resources.pri
--- End code ---
I was thinking WR is responsible with the 28.01 and 29, is there any other Repairs that could affect the default apps then I can remember to unmark them next time I need the tool.
Navigation
[0] Message Index
[#] Next page
Go to full version