Looks like it executed successfully this time. If Settings doesn't open, please run a ProcMon trace and launch Settings. Share the PML log.
Windows 11 Pro 24H2 (build 26100.3194) ms-settings, start button, search and other not working, Unable to reinstall in place.
My desktop computer:
built for windows 11,
12th Gen Intel(R) Core(TM) i5-12400, 2500 Mhz,
BIOS American Megatrends Inc. 9003, 11/04/2022 ,
SMBIOS 3.4 ,
ASUSTeK COMPUTER INC. PRIME H610T2-CSM D4 MotherBoard
After last update, ms-settings, start button, search bar and other fuctionality does not work,
I tried as usually with elevated cmd:
sfc /scannow -> no problem detected
DISM.exe /Online /Cleanup-Image /ScanHealth -> no problems detected
DISM.exe /online /Cleanup-Image /RestoreHealth -> restore succeded.
reinstall in place (after configuring for a clean startup) terminate (100%) but does not succed.
This is my C:\Windows\Logs\SetupDiag\setupdiagresults.xml:
I checked the
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:"E:\sources\install.wim" from a mounted iso of windows 11 24H2 that I downloaded for the In place Reinstall.
I restarted OS but nothing changed.
From the Event Wiewer I found a lot of DistributedCOM 10001 errors (Sorry but my Windows OS is Italian):
Nome registro: System
Origine: Microsoft-Windows-DistributedCOM
Data: 15/03/2025 16:27:50
ID evento: 10001
Categoria attività:Nessuna
Livello: Errore
Parole chiave: Classico
Utente: PC-ANTONELLA\antonella
Computer: PC-Antonella
Descrizione:
Impossibile avviare un server DCOM Microsoft.AAD.BrokerPlugin_1000.19580.1000.0_neutral_neutral_cw5n1h2txyewy!Windows.Security.Authentication.Web.Core.BackgroundGetTokenTask.ClassId.WebAccountProvider come Non disponibile/Non disponibile. L'errore
"%%2147942852"
si è verificato durante l'esecuzione del comando
"C:\WINDOWS\system32\BackgroundTaskHost.exe" -ServerName:BackgroundTaskHost.WebAccountProvider
XML evento:
----------------
Data: 15/03/2025 16:18:29
ID evento: 10001
Categoria attività:Nessuna
Livello: Errore
Parole chiave: Classico
Utente: PC-ANTONELLA\antonella
Computer: PC-Antonella
Descrizione:
Impossibile avviare un server DCOM windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel come Non disponibile/Non disponibile. L'errore
"%%2147942852"
si è verificato durante l'esecuzione del comando
"C:\Windows\ImmersiveControlPanel\SystemSettings.exe" -ServerName:microsoft.windows.immersivecontrolpanel
XML evento:
-
I have 6259 DistributedCOM 10001 saved as an .evtx file.
Windows for home | Windows 11 | Install and upgrade
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
55 answers
Sort by: Newest
-
Anonymous
2025-03-23T09:12:30+00:00 I did not finish in writing the report and still didn't read about the access denied error.
Searching in fixlog.txt I find:
Message : error 0x80070005: While processing the request, the system failed to register the
windows.activatableClass.collector extension due to the following error: **Access is denied**. .Id : 306
I read this post: Error 0x80070005 when trying to install apps from Microsoft Store.
I tried in elevated Powershell and this were the errors:
_____________________________________________________________________________________________________________________________________________
Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied.
Package Microsoft.549981C3F5F10_4.2308.1005.0_x64__8wekyb3d8bbwe is end of life and can no longer be installed.
NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0001-eca1-4c4ac89bdb01 in the Event Log or use the command line
Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0001-eca1-4c4ac89bdb01 At line:1 char:38 +
... | 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: 0x80073CFD, A Prerequisite for an install could not be satisfied.
Package Microsoft.Getstarted_10.2312.1.0_neutral_split.language-it_8wekyb3d8bbwe is end of life and can no longer be installed.
NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-1b57-4c4ac89bdb01 in the Event Log or use the command line Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-1b57-4c4ac89bdb01 At line:1 char:38 +
... | 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: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.XboxGameOverlay_1.54.4001.0_x64__8wekyb3d8bbwe MicrosoftWindows.Client.WebExperience_525.1301.30.0_x64__cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0005-9ade-4b4ac89bdb01 in the Event Log or use the command line
Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0005-9ade-4b4ac89bdb01 At line:1 char:38 +
... | 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: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.WebExperience_525.1301.30.0_x64__cw5n1h2txyewy MicrosoftWindows.CrossDevice_1.25012.50.0_x64__cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-000a-6cd3-4b4ac89bdb01 in the Event Log or use the command line
Get-AppPackageLog -ActivityID 4a4b9484-9bc8-000a-6cd3-4b4ac89bdb01 At line:1 char:38 +
... | 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 : **Cannot find path 'C:\AppXManifest.xml' because it does not exist**. At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($\_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : **Cannot find path 'C:\AppXManifest.xml' because it does not exist.** At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($\_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, **The package could not be installed because a higher version of this package is already installed**. Windows cannot install package **Microsoft.UI.Xaml.2.7\_7.2203.17001.0\_x64\_\_8wekyb3d8bbwe** because it has version 7.2203.17001.0. A higher version 7.2409.9001.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-eb5d-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-eb5d-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D06, **The package could not be installed because a higher version of this package is already installed**. Windows cannot install package **Microsoft.VCLibs.140.00.UWPDesktop\_14.0.30704.0\_x64\_\_8wekyb3d8bbwe** because it has version 14.0.30704.0. A higher version 14.0.33728.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-f85d-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-f85d-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D02, The package could not be installed because **resources it modifies are currently in use**. Error 0x80073D02: The request cannot be processed because package **Microsoft.WindowsAppRuntime.1.5\_5001.373.1736.0\_x64\_\_8wekyb3d8bbwe** is in use. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-ed5f-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-ed5f-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073CF9, Install failed. Please contact your software vendor**. (Exception from HRESULT: 0x80073CF9) **Windows cannot install package shellmenua\_5.0.0.0\_neutral\_\_5r2yrzxs9d21c because it must be installed with an external location**. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0005-3ee5-4b4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0005-3ee5-4b4ac89bdb01** At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($\_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: **WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException** + FullyQualifiedErrorId : ploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPacDekage : **Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor**. (Exception from HRESULT: 0x80073CF9) **Windows cannot install package shellmenub\_5.0.0.0\_neutral\_\_5r2yrzxs9d21c because it must be installed with an external location**. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0005-4ee5-4b4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0005-4ee5-4b4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D06, **The package could not be installed because a higher version of this package is already installed**. Windows cannot install package **Microsoft.UI.Xaml.2.7\_7.2208.15002.0\_x64\_\_8wekyb3d8bbwe** because it has version 7.2208.15002.0. A higher version 7.2409.9001.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-000a-0dd8-4b4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-000a-0dd8-4b4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D06, **The package could not be installed because a higher version of this package is already installed**. Windows cannot install package **Microsoft.VCLibs.140.00\_14.0.30704.0\_x64\_\_8wekyb3d8bbwe** because it has version 14.0.30704.0. A higher version 14.0.33519.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0005-16e8-4b4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0005-16e8-4b4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D06, **The package could not be installed because a higher version of this package is already installed**. Windows cannot install package **Microsoft.MicrosoftEdge.Stable\_132.0.2957.127\_neutral\_\_8wekyb3d8bbwe** because it has version 132.0.2957.127. A higher version 134.0.3124.72 of this package is already installed. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-476a-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-476a-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D02, The package could not be installed because **resources it modifies are currently in use**. error 0x80073D02: Unable to install because the following apps need to be closed **MSTeams\_25007.607.3371.8436\_x64\_\_8wekyb3d8bbwe**. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-516a-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-516a-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D02, The package could not be installed because **resources it modifies are currently in use**. error 0x80073D02: Unable to install because the following apps need to be closed **Microsoft.BingWeather\_4.54.63007.0\_x64\_\_8wekyb3d8bbwe**. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-ca6a-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-ca6a-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D02, The package could not be installed because **resources it modifies are currently in use**. error 0x80073D02: Unable to install because the following apps need to be closed **MicrosoftWindows.Client.WebExperience\_525.1301.30.0\_x64\_\_cw5n1h2txyewy**. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-db6a-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-db6a-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D02, The package could not be installed because **resources it modifies are currently in use**. error 0x80073D02: Unable to install because the following apps need to be closed **MicrosoftWindows.CrossDevice\_1.25012.50.0\_x64\_\_cw5n1h2txyewy**. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-af6c-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-af6c-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D02, The package could not be installed because **resources it modifies are currently in use**. error 0x80073D02: Unable to install because the following apps need to be closed **MicrosoftWindows.CrossDevice\_1.25012.50.0\_x64\_\_cw5n1h2txyewy**. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-b46f-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-b46f-4c4ac89bdb01** At line:1 char:38 + ... | 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 : **Cannot find path 'C:\Windows\SystemApps\MicrosoftWindows.Client.AIX\_cw5n1h2txyewy\AppXManifest.xml' because it does not exist.** At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($\_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: ObjectNotFound: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : **Cannot find path 'C:\AppXManifest.xml' because it does not exist**. At line:1 char:38 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($\_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, **The package could not be installed because a higher version of this package is already installed**. Windows cannot install package **Microsoft.UI.Xaml.2.8\_8.2310.30001.0\_x64\_\_8wekyb3d8bbwe** because it has version 8.2310.30001.0. A higher version 8.2501.31001.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0004-4671-4c4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0004-4671-4c4ac89bdb01** At line:1 char:38 + ... | 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: 0x80073D06, **The package could not be installed because a higher** **version of this package is already installed**. Windows cannot install package **Microsoft.StartExperiencesApp\_1.1.200.0\_x64\_\_8wekyb3d8bbwe** because it has version 1.1.200.0. A higher version 1.1.235.0 of this package is already installed. NOTE: For additional information, look for [ActivityId] 4a4b9484-9bc8-0005-12f2-4b4ac89bdb01 in the Event Log or use the command line **Get-AppPackageLog -ActivityID 4a4b9484-9bc8-0005-12f2-4b4ac89bdb01** At line:1 char:38 + ... | 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 \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ Clicking on [ i find, as always, this event, because windows.immersivecontrolpanel\_10.0.8.1000\_neutral\_neutral\_cw5n1h2txyewy is not available. Unable to start a DCOM Server: windows.immersivecontrolpanel\_10.0.8.1000\_neutral\_neutral\_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel as Unavailable/Unavailable. The error: "2147942852" Happened while starting this command: "C:\Windows\ImmersiveControlPanel\SystemSettings.exe" -ServerName:microsoft.windows.immersivecontrolpanel Reading FixLog.txt I find: 4 errors like below: Message: error 0x80070005: While processing the request, the system failed to register the windows.activatableClass.collector extension due to the following error: **Access is denied**. Id: 306 1 error like below: Message: error 0x80070005: Windows cannot register the package because of an internal error or low memory. Id: 6231 I tried this Powershell command to register only immersivecontrolpanel package: **PS C:\WINDOWS\system32> Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage** **PS C:\WINDOWS\system32> Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage -Verbose** VERBOSE: Performing the operation "Reset package" on target "windows.immersivecontrolpanel\_10.0.8.1000\_neutral\_neutral\_cw5n1h2txyewy". **PS C:\WINDOWS\system32> Get-AppXPackage -allusers -name "\*immersivecontrolpanel\*" | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($\_.InstallLocation)\AppXManifest.xml" -Verbose}** VERBOSE: Performing the operation "Register package" on target "C:\Windows\ImmersiveControlPanel\AppXManifest.xml". VERBOSE: Operation completed for: C:\Windows\ImmersiveControlPanel\AppXManifest.xml **S C:\WINDOWS\system32> Get-AppxLog > C:\Users\Public\Documents\appxlog.txt** From [appxlog.txt](https://gofile.io/d/S4ggFj "gofile.io") appears a successfull execution (if I do not mistake). I find only this msg: **ID: 672** **Message: Package Microsoft.UI.Xaml.CBS\_2.62107.16001.0\_x64\_\_8wekyb3d8bbwe does not satisfy a dependency for package windows.immersivecontrolpanel\_10.0.8.1000\_neutral\_neutral\_cw5n1h2txyewy.** **Reason: The package no longer exists on the system.** -
Ramesh 181.8K Reputation points Volunteer Moderator2025-03-22T16:09:41+00:00 Unfortunately, the get-appxlog output still shows the access denied error. I wonder if resetting the apps repository database will help, but it might be overkill because it removes all Store apps. Or maybe you can run another trace and share the log.
-
Anonymous
2025-03-22T13:45:07+00:00 This is my fixlog.txt file: fixlog.txt
- CreateRestorePoint was succesfully created
- StartBatch: ... EndBatch: section was executed but in C:\RegBkp i find backup 4 files with 0 byte length:
launch.dat
protocol.dat
search.dat
systemappdata.dat
then i find 4 errors:
ERROR: The filename or extension is too long.
ERROR: The filename or extension is too long.
ERROR: The filename or extension is too long.
ERROR: The filename or extension is too long.
This is a problem because i missed to do a previous backup of full registry anyway I remember that you asked me a first backup of registry with Acelogix RegBak on 17-03-2025 and so it is possible to restore what is necessary in case of need.
- ListPermissions: commands were executed successfully
- DeleteKey: commands were executed successfully
- StartPowerShell: ... EndPowerShell: section shows many errors.
Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage
Get-AppXPackage windows.immersivecontrolpanel -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Get-AppXPackage windows.immersivecontrolpanel -AllUsers
Get-AppxLog
start ms-settings:
672 Package Microsoft.UI.Xaml.CBS_2.62107.16001.0_x64__8wekyb3d8bbwe does not satisfy a dependency for package windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy. Reason: The package no longer exists on the system. 216 App manifest validation warning: Declared namespace http://schemas.microsoft.com/developer/appx/2015/build is inapplicable, it will be ignored during manifest processing. 629 No applicable cross-architecture framework was found for package <br><br>windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy. The package will be installed with matching-architecture framework only. -
Anonymous
2025-03-22T10:09:31+00:00 Thank you for the response!
Leave me some time to reply to you.
I 'll do this As Soon As possible.
Keep in mind that I prefer not to install Windows from scratch because I want to learn the problems and at now you have proposed me many methods and products that I will study better in the near future.
I want to understand the reasons for malfunction and the difficulties of recovery.
I think this is also useful to improve support in this case.