Tweaking.com Support Forums

Main Forum => General Computer Support => Topic started by: KingHawk on November 19, 2015, 05:06:27 am

Title: (SOLVED) Win10 apps dead after running Windows Repair
Post by: KingHawk on November 19, 2015, 05:06:27 am
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?

(http://s11.postimg.org/o4xkjcodv/broken_apps.png)

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: [Select]
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Title: Re: Win10 apps dead after running Windows Repair
Post by: Boggin on November 19, 2015, 08:16:11 am
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.
Title: Re: Win10 apps dead after running Windows Repair
Post by: KingHawk on November 19, 2015, 01:50:53 pm
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: [Select]
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>
Title: Re: Win10 apps dead after running Windows Repair
Post by: Boggin on November 19, 2015, 02:13:26 pm
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.
Title: Re: Win10 apps dead after running Windows Repair
Post by: KingHawk on November 19, 2015, 02:26:43 pm
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: [Select]
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

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.
Title: Re: Win10 apps dead after running Windows Repair
Post by: Boggin on November 19, 2015, 02:42:26 pm
The ISO download from https://www.microsoft.com/en-us/software-download/windows10 includes Threshold 2 but I was wanting you to try things prior to TH2.

Without any other means of reverting from TH2, you could reinstall with your original ISO - but I'll email Shane for him to have a look at your thread as he is better placed to answer your questions on WR and what it could affect.
Title: Re: Win10 apps dead after running Windows Repair
Post by: KingHawk on November 19, 2015, 02:47:13 pm
Alright thanks, I'm open to more suggestions before I reinstall. I don't have much to lose with a reinstall since I just did a clean install of win10 2 days ago.
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 02:59:04 pm
My repair app store does the same powershell command to reinstall the apps.

Looking at the errors it looks like files are missing ont he system for some reason, you also said searchui was crashing and was one of the reasons you used my program.

By any chance have you done a chkdsk on the drive yet to look for bad sectors? Its a long scan but I would like to see the results.

chkdsk c: /r

The latest ISo you download from microsoft is the new 1511 build so you can grab it there, then you should be able to do a
Dism /Online /Cleanup-Image /RestoreHealth

I think the command to use the iso image file is better, just need to find it.

The dism command should be ran first before doing a sfc scan.

I test all the repairs on a fresh install of each version of windows. The apps all worked fine for me on windows build 1511. So just like you seen the program does the same commands you tried, but because files where missing that it needed the apps didnt reinstall themselves like they should have.

Looking at more of the errors some are failing because it wants files from .net framework v1 which is part of the OS but it says it cant find them.

First thing is to get me the results of that chkdsk so i can make sure we dont have bad sectors that might be causing the problem. Then from there we will do the dism and then the sfc. :wink:

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: Boggin on November 19, 2015, 03:16:09 pm
Is it the one in this article for when /restorehealth reports that it cannot find the source file ?

http://answers.microsoft.com/en-us/windows/wiki/windows_10-update/system-file-check-sfc-scan-and-repair-system-files/bc609315-da1f-4775-812c-695b60477a93

BTW - the graphic image in the opening post has been replaced by a small black boxed x for me.
Title: Re: Win10 apps dead after running Windows Repair
Post by: Boggin on November 19, 2015, 03:21:21 pm
As TH2 is installed, the ISO may need to have TH2.
Title: Re: Win10 apps dead after running Windows Repair
Post by: rop on November 19, 2015, 03:42:29 pm
I bumped into the same problem after going through a full tweaking repair pass. When trying to reinstall microsoft store and all its minions, I got errors on registering certain apps, and it has something to do with localization. If I refer to your above log, no app with a language_nl (in my case language_fr) could register. All I have now when trying to start an app is "You will need an app to open ms windows store" error. Fyi those (on top of the app store) are beleaguered to the OTHER submenu (start menu) under their filesystem  name.
Title: Re: Win10 apps dead after running Windows Repair
Post by: KingHawk on November 19, 2015, 03:57:10 pm
The sfc /scannow always returns perfect health without any errors. I'm running the suggested command with a newly downloaded ISO right now. Do you think I could have bad sectors on my Samsung 840 Pro SSD? The SSD still shows perfect health.

I fixed the image seems like Microsoft is doing some OneDrive maintenance or something.

The command has run successfully without any problems found and didn't change the problem.

I'll check again in the morning it's 1am here now so I'll have to call it a day.
Thanks again for the help and fast responses.
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 04:21:54 pm
The bad part is sfc doesnt cover everything in fact it misses a lot. On my own windows 7 system sfc reported fine every time yet I had updates failing repeatedly and when I would check the log it was because of missing or wrong version files in the winsxs folder yet sfc didnt see any of those.

I ended up having the same version o f Windows installed in vmware with all updates, I then copied and overwrote the entire winsxs folder from that one and then exported out the components registry key and the packages registry keys and imported them over. After that all updates showed installed and no errors, I didnt even have to install the updates themselves and every update after has installed perfectly now.

The app store repair in the program is simple in as it deletes the registry key under the current user account for the installed apps (Only for the current user) as this is one of the steps by MS on it, then it loops through the apps in the install folder and installs them, the powershell command that is ran. All the registry keys are remade by Windows and the apps reinstall.

The repair doesnt delete ANY files, only that one registry location and thats it. I did just do an update on windows 10 today after the 1511 update and MS has already released a cumulative update for it already, looks like it had some bugs that it had to fix as well.

https://support.microsoft.com/en-us/kb/3118754

It says that it replaces this update
https://support.microsoft.com/en-us/kb/3105211

I will do another test run with the latest updates in 10 and see if the apps break for me. I always run the repairs in safe mode with networking, not sure if you have as well.

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: rop on November 19, 2015, 05:18:36 pm
OK. did the test. fresh windows 10. updated to 1511. one pass of tweaking breaks the apps. Not all, but some. those won't launch and are in "other" under their FS name.
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 05:23:15 pm
I am doing a test run now as well.

This is build 1511 with the new update from yesterday and all other updates.

First run is doing all the repairs and the first repair app store in the list. 2nd run will be all repairs and the repair app store total reset.

I also have a registry backup from before the repairs so if they do break I will restore the registry and see if it fixes it. If it does then I will know it is a registry problem. Will report back in a bit. Time for dinner :-)

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 05:45:44 pm
Ok I tested it and yes it does break. You will see I get the same results.

Then I ran the full reset repair on it and most of the apps reinstalled fine. But a few failed including the store.

So checking the event log and errors the powershell command that calls windows to reinstall the apps is not correct. It is pointing to folders to older versions that are not there any more.

For each app that failed I checked and you will see in the screen shot the folders where missing. Looks like this is a bug in the newest version of windows build or a bug in the new app version for the ones that failed.

The paths to use to reinstall the apps are kept in the registry, but they are only pointing to old versions. The updated versions are not in there.

So I am going to see if I can manually add those correct paths to the proper versions and then see if the powershell command will install them correctly. Either that or I just run the powershell command to the folders themselves instead of having it look in the registry for the paths.

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 05:51:26 pm
Yeap thats what it is.

Here is a screen shot of the registry location that the powershell command looks at to know what apps to reinstall. Notice it only has the one windows store version but from the earlier screen shot that folder isnt there and only the newer version is. So it never even runs the install on the newer versions since they are not in the registry.

So now I am manually going to add those missing ones to the registry location and rerun the powershell command and see if it installs them.

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 07:02:30 pm
Holy Freaking Windows Bug Batman!!

So guess what is causing all of this. The actual powershell command

"Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}"

So I looked at the C:\Program Files\WindowsApps" folder from the copy of windows 10 I had in vmware, it had 97 folders including all the ones that where missing. So I copied them all back over. Then simply ran the powershell command "Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}"

Then I watched, soon the errors started showing up and I watched as the folders where deleted, it removed 12 folders all together and basically each one it had an error on it then deleted the folder. This is a huge bug in windows or the powershell command. I dont know if it is something in powershell or something in the xml files they added in the new app versions, but that powershell command is now very bad to use, but it is the only one I am aware off that would reinstall all the default apps in 8 and 10.

Not sure what to do about this, this isnt a bug in my program, this is a bug in the newest build of Windows.

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: rop on November 19, 2015, 07:09:18 pm
Awright, confirms what I've been doing for a few days :) Registering is f up ...
What about the localization factor, any chance it has to do something with that ? Cortana would not work unless you assign the same language everywhere, I run an english w10 with some french keyboard region, so does that matter ?
On top of this windows store is not working anymore, any idea ?
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 07:10:06 pm
Ok here are some screen shots to show it in action and that it isnt my program.

The first screen shot before.png shows all the 97 folders put back.

The during.png shows the command running from powershell and not my program and you can see the number of items has already started to drop.

The last picture, after.png shows the items went down to 78 and shows one of the needed windows stores folders for installing it is gone.

This is the only known way of reinstalling apps that I am aware of, so this is a big deal that MS has broken this.

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 07:12:47 pm
Quote
Awright, confirms what I've been doing for a few days :) Registering is f up ...
What about the localization factor, any chance it has to do something with that ? Cortana would not work unless you assign the same language everywhere, I run an english w10 with some french keyboard region, so does that matter ?
On top of this windows store is not working anymore, any idea ?

The store is dead after running the powershell command, I havent tried putting the folders back and running the command directly on the folder. But the fact that it is deleteing the files means there is no way to reinstall the apps back, it isnt suppose to be doing that. So besides getting the files from another install I dont have an answer as this bug was never in the older windows 10 and this is something that is only a few days old. I wonder if MS is even aware of it yet.

It doesnt look like it has anything to do with the system as I am doing this in vmware with everything English.

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: Shane on November 19, 2015, 08:13:45 pm
Ok I am going to make an update and release it first thing in the morning. I am going to have the program check for the current build of Windows 10 and have it auto skip the repair app store repairs until this bug is fixed on microsofts side.

From the looks of it the app install thinks a newer version of those apps are install when there isnt and so deletes them. So it might be a bug in the apps themselves, not sure yet, but till then I cant have people thinking my program did it lol

Look for 3.6.5 to be release din the morning.

Shane
Title: Re: Win10 apps dead after running Windows Repair
Post by: KingHawk on November 20, 2015, 11:09:18 am
Alright thanks a lot you figured out everything already :O. In the meanwhile I've done a reinstall of Win10 Threshold 2 and tried to minimize getting errors once again but there will always be errors it seems :)
Great it'll get a update to prevent this in the future so nobody will get our problem when they're trying to fix Win10 ^^

I did actually run WR after the clean install of Threshold 2 because there was apps with errors already but WR fixed it while keeping the stuff that caused our trouble unmarked, neither did I need to reset them anyway.

Looks like Windows 10 still needs tons of bug fixes, just like this bug I reported which is still not fixed in Threshold 2 luckily it has a temp workaround
http://answers.microsoft.com/en-us/windows/forum/windows_10-files/documents-folder-multiplying-in-navigation-pane/a2777e7d-0e7f-45e0-821a-ad1250246de8 (http://answers.microsoft.com/en-us/windows/forum/windows_10-files/documents-folder-multiplying-in-navigation-pane/a2777e7d-0e7f-45e0-821a-ad1250246de8)
But I wonder if Microsoft is even aware of bugs we report here...
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Shane on November 25, 2015, 10:22:35 pm
I dont think my little corner of the net has anyones interest over at Microsoft lol

But all I know is, that after each update they do all I have to do is run that powershell command and see if it continues to kill the apps. Once it doesn't I will re-enable it in the program.

Thankfully by having windows 10 in vmware I can just copy the image to run the test on and I wont have to reinstall anything :-)

I know 10 isnt going anywhere and the OS with the app store is here to stay, but I wont be switching from windows 7 for at least the first year so they have time to get these bugs worked out. MS has to many programmers, to many fingers in the pot and released an OS that wanst finished. So I will give it time before I switch to it.

Shane
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: KingHawk on December 01, 2015, 01:42:25 pm
Yeah I know they wont see this ^^ but I mean the answers.microsoft.com which they don't seem to notice too. Maybe the only thing they check is the Feedback tool.

For me Windows 10 atm sure is faster and has nice new features I actually wanted and use but is surprisingly instable compared to the Windows 8 release.

Btw thx for the fast help and great software I've bought the full version, I'm sure it'll be of great help.
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Shane on December 01, 2015, 08:29:47 pm
I will keep testing the powershell command as all the updates on 10 keep flowing in. Its a rather large bug so I am sure they will get it fixed at some point. Once it is I will update the program again :-)

Shane
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Richvideo on December 17, 2015, 09:40:43 pm
Hi, has MS provided a fix/patch for this issue yet so that the repair tool will work again?
Thanks in advance for your time
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: theblackhole on January 05, 2016, 07:19:55 am
Hello,

anyone knows if switching to Insider builds solves the problem and if it worth it ?
I'm maybe pessimistic but I think MS won't solve this issue until the next upgrade (and it may come in June if I remember)
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Boggin on January 05, 2016, 09:57:23 am
Shane is in the process of testing an update to WR to keep abreast of the latest updates as well as checking to see if MS has resolved this.

When it is ready for release, whether they have or not may be included in the release notes.
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Julian on January 07, 2016, 12:37:01 am
Okay so i'm gonna load up my vm i think they released a fast ring earlier so i'm gonna see if they fixed it.
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Shane on January 07, 2016, 09:16:57 am
I dont have the insider builds so I havent tested on them. I am not even sure if MS even knows about it, you would think they would by now. But MS is also no longer giving any change logs with their updates, so yeah its going to be a wait and guess game.

I am really really starting to hate Windows 10. Thing is, it is here to stay, the app sotre is what they want. I think MS needs to get some new people in.

Shane
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Julian on January 07, 2016, 12:58:01 pm
yeah still broken on it...
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Richvideo on January 07, 2016, 03:55:21 pm
Yeah it would be great if we could get the store fix sometime in the near future,

I have been trying to fix the issue on a friends computer, he also has an action center notifications issue where you can not get it to open when you click on it in the tray, the Wifi control in the tray will not open either so he can not change to another wifi connection...Searching on Google I read that this issue with tray items not opening when clicked on is common in 10--tried a few recommended fixes but they did not resolve the issue. 
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Boggin on January 07, 2016, 04:09:36 pm
Have you tried the recovery option where it will keep the personal stuff but programs will need to be reinstalled ?
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Richvideo on January 07, 2016, 04:52:44 pm
No I did a in place reinstall and that did not help. I am trying to avoid doing a full reinstall because it will take a very long time to re-install and setup this computer because it has many video editing apps on it and a custom desktop (rainmeter) I have worked with PCs for many years in video production and have usually have been able to overcome issues like this one without having to start from scratch.   
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Julian on January 07, 2016, 04:54:42 pm
hmmm open up power shell and try this command this will reset just the shell experience aka new startmenu..
Code: [Select]
Get-appxpackage -all shellexperience -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Richvideo on January 07, 2016, 05:00:22 pm
Thanks, I will give that a try when I get a chance, do you think that this reset might not be compatible if you are running Stardocks Start10 app?
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: Julian on January 07, 2016, 05:23:57 pm
hmmm from what I see I don't think it should effect that because star docks start 10 would be a separate app and "shellexperience" is an app for the ui in windows 10 replacing the start menu and is separate from explorer.exe. give it a shot tell me what happens. and always be prepared to have stardocks start 10 backed up just in case. you never know what can happen I always prep for worst case scenario.

"backing up is slightly less important than your heart beat. don't repair without it."  -quote from windows repair backup tab.
Title: Re: (SOLVED) Win10 apps dead after running Windows Repair
Post by: clayto on January 08, 2016, 05:25:23 am
I made a small contribution about this issue in a sticky at the start of this forum a while ago. Now I will try to follow this detailed thread, although much of it is too complicated for me so I hope you will eventually come to a simple solution I can cope with! My limited understanding is that there was a bug in the November update which gets triggered (usually) by PowerShell commands to re-register apps.  This is a quote from another forum:

"Never ever run that powershell command to repair apps. All it does it breaks apps that only a refresh can fix. You have been warned."