[Accident] Countless System-Apps do not open/work after Host-Refresh

Mortadello

New Member
Messages
16
Reaction score
0
Hey,

I did a bad oopsie, I accidentally did a host-refresh on "Windows 24H2 26100.8246" with a "Windows 24H2 26100.8313" ISO and now countless apps like:
(defender, settings-app, paint, MS-store) wont open anymore, but all my custom 3rd-party apps do work fine, aswell as xbox and stuff, does anyone know what I can do to fix that hopefully without doing a full usb re-install? much thanks!!


EDIT:
I did a new host-refresh with matching isos "Windows 24H2 26100.8313" with "Windows 24H2 26100.8313" and still same issue :/
 
Last edited:
You can try to re-register your Appx packages. Some of them will throw errors, but that's expected.
Code:
Get-AppXPackage -AllUsers | Foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
 
You can try to re-register your Appx packages. Some of them will throw errors, but that's expected.
Code:
Get-AppXPackage -AllUsers | Foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
hey garlin, I tried your solution and sadly this is the outcome:


Bash:
Add-AppxPackage: Deployment failed with HRESULT: 0x80073CF6, Das Paket konnte nicht registriert werden.

Fehler 0x8007007E: Fehler beim Laden der Erweiterungs-DLL aufgrund des folgenden Fehlers: Das angegebene Modul wurde nicht gefunden.
.

NOTE: For additional information, look for [ActivityId] d103c89d-d3f4-000a-ebc9-0cd1f4d3dc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d103c89d-d3f4-000a-ebc9-0cd1f4d3dc01
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D06, Das Paket konnte nicht installiert werden, da bereits eine höhere Version des Pakets installiert ist.

Das Paket "Microsoft.ApplicationCompatibilityEnhancements_1.2401.10.0_x64__8wekyb3d8bbwe" kann nicht installiert werden, da es die Version 1.2401.10.0 aufweist. Die höhere Version 1.2511.9.0 dieses Pakets ist bereits installiert.

NOTE: For additional information, look for [ActivityId] d103c89d-d3f4-0006-7ef0-22d1f4d3dc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d103c89d-d3f4-0006-7ef0-22d1f4d3dc01
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D06, Das Paket konnte nicht installiert werden, da bereits eine höhere Version des Pakets installiert ist.

Das Paket "Microsoft.RawImageExtension_2.3.171.0_x64__8wekyb3d8bbwe" kann nicht installiert werden, da es die Version 2.3.171.0 aufweist. Die höhere Version 2.5.7.0 dieses Pakets ist bereits installiert.

NOTE: For additional information, look for [ActivityId] d103c89d-d3f4-0000-ff6b-1ed1f4d3dc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d103c89d-d3f4-0000-ff6b-1ed1f4d3dc01
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D06, Das Paket konnte nicht installiert werden, da bereits eine höhere Version des Pakets installiert ist.

Das Paket "Microsoft.SecHealthUI_1000.26100.1.0_x64__8wekyb3d8bbwe" kann nicht installiert werden, da es die Version 1000.26100.1.0 aufweist. Die höhere Version 1000.29554.1001.0 dieses Pakets ist bereits installiert.

NOTE: For additional information, look for [ActivityId] d103c89d-d3f4-0000-0f6c-1ed1f4d3dc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d103c89d-d3f4-0000-0f6c-1ed1f4d3dc01
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D06, Das Paket konnte nicht installiert werden, da bereits eine höhere Version des Pakets installiert ist.

Das Paket "Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe" kann nicht installiert werden, da es die Version 8.2310.30001.0 aufweist. Die höhere Version 8.2511.26001.0 dieses Pakets ist bereits installiert.

NOTE: For additional information, look for [ActivityId] d103c89d-d3f4-0000-496c-1ed1f4d3dc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d103c89d-d3f4-0000-496c-1ed1f4d3dc01
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D06, Das Paket konnte nicht installiert werden, da bereits eine höhere Version des Pakets installiert ist.

Das Paket "Microsoft.WebpImageExtension_1.0.62681.0_x64__8wekyb3d8bbwe" kann nicht installiert werden, da es die Version 1.0.62681.0 aufweist. Die höhere Version 1.2.14.0 dieses Pakets ist bereits installiert.

NOTE: For additional information, look for [ActivityId] d103c89d-d3f4-0000-6d6c-1ed1f4d3dc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d103c89d-d3f4-0000-6d6c-1ed1f4d3dc01
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D06, Das Paket konnte nicht installiert werden, da bereits eine höhere Version des Pakets installiert ist.

Das Paket "Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe" kann nicht installiert werden, da es die Version 14.0.30704.0 aufweist. Die höhere Version 14.0.33728.0 dieses Pakets ist bereits installiert.

NOTE: For additional information, look for [ActivityId] d103c89d-d3f4-0000-de73-1ed1f4d3dc01 in the Event Log or use the command line Get-AppPackageLog -ActivityID d103c89d-d3f4-0000-de73-1ed1f4d3dc01
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
Add-AppxPackage: Cannot find path 'C:\AppXManifest.xml' because it does not exist.
 
One last trick, check if only your user profile is damaged.
Create a new Local Account using netplwiz (Settings App is probably broken for you). Logon as the new user, does it have the same problem?
 
One last trick, check if only your user profile is damaged.
Create a new Local Account using netplwiz (Settings App is probably broken for you). Logon as the new user, does it have the same problem?
i find it also curious, is there not an embedded windows diagnose tool to do such repairs, i also tried sfc/scannow and all dism commands, (1. dism commands THEN sfc) did absolutely nothing, it says all is in tact aswell... but will try that, thx.
 
SFC assumes your WinSxS component store is healthy. DISM /RestoreHealth can only compare against the manifest or another image (locally mounted or from the network).

Host Refresh or a repair install replaces the component folders. So SFC and DISM cannot be smarter than what they have to read from.
 
SFC assumes your WinSxS component store is healthy. DISM /RestoreHealth can only compare against the manifest or another image (locally mounted or from the network).

Host Refresh or a repair install replaces the component folders. So SFC and DISM cannot be smarter than what they have to read from.
yea okay, nvm tho i did a "reset this PC" via enhanced start options, anyways still thanks for the effort garlin!
 
Back
Top