Windows 11 Pro 24H2 (build 26100.3194) ms-settings, start button, search and other not working, Unable to reinstall in place.

Anonymous
2025-03-15T15:47:54+00:00

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.

0 comments No comments

55 answers

Sort by: Most helpful
  1. Ramesh 181.8K Reputation points Volunteer Moderator
    2025-03-20T03:01:51+00:00

    We can try a ProcMon trace.

    Also, can you share the "C:\Windows\ImmersiveControlPanel\AppXManifest.xml" file on OneDrive? Or compare the contents with the following one:

    appxmanifest.xml

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-03-19T13:27:38+00:00

    Create new administrator user:

    net user test test /add
    
    net localgroup administrators /add test
    

    logging in to test and Running elevated PowerShell commands:

    PS C:\WINDOWS\system32> Get-AppXPackage windows.immersivecontrolpanel -AllUsers 
    
    Name                   : windows.immersivecontrolpanel 
    
    Publisher              : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US 
    
    Architecture           : Neutral 
    
    ResourceId             : neutral 
    
    Version                : 10.0.8.1000 
    
    PackageFullName        : windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy 
    
    InstallLocation        : C:\Windows\ImmersiveControlPanel 
    
    IsFramework            : False 
    
    PackageFamilyName      : windows.immersivecontrolpanel_cw5n1h2txyewy 
    
    PublisherId            : cw5n1h2txyewy 
    
    PackageUserInformation : {S-1-5-18 [S-1-5-18]: Installed} 
    
    IsResourcePackage      : False 
    
    IsBundle               : False 
    
    IsDevelopmentMode      : False 
    
    NonRemovable           : True 
    
    IsPartiallyStaged      : False 
    
    SignatureKind          : System 
    
    Status                 : Ok 
    
    PS C:\WINDOWS\system32> Get-AppXPackage windows.immersivecontrolpanel -AllUsers | Foreach {Add-AppxPackage 
    -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose} 
    
    VERBOSE: Performing the operation "Register package" 
    on target "C:\Windows\ImmersiveControlPanel\AppXManifest.xml". 
    
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered. 
    
    error 0x80070005: Windows cannot register the package because of an internal error or low memory. 
    
    NOTE: For additional information, look for [ActivityId] 690efa53-98ec-0000-8908-1269ec98db01 in the Event Log 
    or use the command line Get-AppPackageLog -ActivityID 
    
    690efa53-98ec-0000-8908-1269ec98db01 
    
    At line:1 char:68 
    
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... 
    
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
        + CategoryInfo          : WriteError: (C:\Windows\Imme...ppXManifest.xml:String) [Add-AppxPackage], 
          IOException 
    
        + FullyQualifiedErrorId : DeploymentError,
          Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand 
    
    VERBOSE: Operation completed for: C:\Windows\ImmersiveControlPanel\AppXManifest.xml 
    
    PS C:\WINDOWS\system32> Get-AppPackageLog -ActivityID 690efa53-98ec-0000-8908-1269ec98db01
    
    Time                      ID           Message
    ----                      --           -------
    19/03/2025 22:16:31       603          Started deployment Register operation on a package with main parameter 
                                           AppXManifest.xml and Options 0 and 0. See
                                           http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app 
                                           deployment issues.
    19/03/2025 22:16:31       10002        Creating Resiliency File
                                           C:\ProgramData\Microsoft\Windows\AppRepository\a48f101f-
                                           70a4-41be-b1c5-87a9e801df78_S-1-5-21-3118443089-3634235088-
                                           4209957935-1006_63.rslc for Register Operation on Package 
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy.
    19/03/2025 22:16:31       607          Deployment Register operation on package windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy has been de-queued and is running
                                           for user SID S-1-5-21-3118443089-3634235088-4209957935-1006.
    19/03/2025 22:16:31       854          Successfully added the following uri(s) to be processed:  
                                           C:\Windows\ImmersiveControlPanel\AppXManifest.xml.
    19/03/2025 22:16:31       216          App manifest validation warning: Declared namespace 
                                           http://schemas.microsoft.com/developer/appx/2015/build is inapplicable, 
                                           it will be ignored during manifest processing.
    19/03/2025 22:16:31       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.
    19/03/2025 22:16:31       216          App manifest validation warning: Declared namespace 
                                           http://schemas.microsoft.com/developer/appx/2015/build is inapplicable, 
                                           it will be ignored during manifest processing.
    19/03/2025 22:16:31       629          No applicable cross-architecture framework was found for package 
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy. 
                                           The package will be installed with matching-architecture framework only.
    19/03/2025 22:16:31       216          App manifest validation warning: Declared namespace 
                                           http://schemas.microsoft.com/developer/appx/2015/build is inapplicable, 
                                           it will be ignored during manifest processing.
    19/03/2025 22:16:32       855          Finished resolving action lists. 
                                           DeploymentRequest action lists: addPackageList:
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy.
    19/03/2025 22:16:32       6231         error 0x80070005: Windows cannot register the package because of an 
                                           internal error or low memory.
    19/03/2025 22:16:32       306          error 0x80070005: While processing the request, the system failed to 
                                           register the windows.activatableClass.collector extension due to the 
                                           following error: Access is denied.
                                           .
    19/03/2025 22:16:32       316          error 0x80070005: Cannot register the request because the following error 
                                           was encountered during the registration of the
                                           windows.activatableClass.collector extension: Access is denied.
                                           .
    19/03/2025 22:16:32       5040         0x80070005: Cannot delete splash screen information from the registry for 
                                           package windows.immersivecontrolpanel_cw5n1h2txyewy.  The registry keys 
                                           may be in use or the system may not have adequate permissions to delete 
                                           them.
    19/03/2025 22:16:32       300          error 0x80073CF6: Cannot register the 
                                           windows.immersivecontrolpanel_cw5n1h2txyewy package due to the following 
                                           error: Package could not be registered.
                                           .
    19/03/2025 22:16:32       605          Error 0x80073CF6: Failure in the RegistrationChanged state handler.
    19/03/2025 22:16:32       649          Deployment Register operation on Package
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy: 
                                           Trying to repair ACLs for \\?\C:\Windows\ImmersiveControlPanel
    19/03/2025 22:16:32       649          Deployment Register operation on Package 
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy: 
                                           ACLs repaired successfully for
                                           \\?\C:\Windows\ImmersiveControlPanel. Register next time should succeed.
    19/03/2025 22:16:32       6231         error 0x80070005: Windows cannot register the package because of an 
                                           internal error or low memory.
    19/03/2025 22:16:32       328          error 0x80070005: While processing the request, the system failed to 
                                           register the windows.activatableClass.collector extension due to the 
                                           following error: Access is denied.
                                           .
    19/03/2025 22:16:32       332          error 0x80070005: Cannot register the request because the following error 
                                           was encountered during the registration of the
                                           windows.activatableClass.collector extension: Access is denied.
                                           .
    19/03/2025 22:16:32       401          Deployment Register operation with target volume C: on Package 
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy 
                                           from: (AppXManifest.xml) failed with error 0x80073CF6. 
                                           See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app 
                                           deployment issues.
    19/03/2025 22:16:32       698          Deployment Register operation with target volume C: on Package 
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy 
                                           from: (AppXManifest.xml) failed with error 0x80073CF6. 
                                           See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app 
                                           deployment issues.
    19/03/2025 22:16:32       404          AppX Deployment operation failed for package 
                                           windows.immersivecontrolpanel_10.0.8.1000_neutral_neutral_cw5n1h2txyewy 
                                           with error 0x80073CF6. The specific error text for this failure is: 
                                           error 0x80070005: Windows cannot register the package because of an 
                                           internal error or low memory. 
    

    Was this answer helpful?

    0 comments No comments
  3. Ramesh 181.8K Reputation points Volunteer Moderator
    2025-03-19T12:14:38+00:00

    Can you create a new local admin account and try those commands to reinstall Settings?

    Manage User Accounts in Windows - Microsoft Support: https://support.microsoft.com/en-us/windows/manage-user-accounts-in-windows-104dc19f-6430-4b49-6a2b-e4dbd1dcdf32

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-03-19T11:57:31+00:00

    Yes, now there is ONLY the problem of ms-settings:

    Tried your command and this is the tesult:


    Copyright (C) Microsoft Corporation. All rights reserved.

                                                                                                                            Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows                                                                                                                                                      

    PS C:\WINDOWS\system32> Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage                              

    PS C:\WINDOWS\system32> Get-AppXPackage windows.immersivecontrolpanel -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

    VERBOSE: Performing the operation "Register package" on target "C:\Windows\ImmersiveControlPanel\AppXManifest.xml".

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.

    error 0x80070005: Windows cannot register the package because of an internal error or low memory.

    NOTE: For additional information, look for [ActivityId] fe935a33-98be-0006-aa8d-94febe98db01 in the Event Log or use

    the command line Get-AppPackageLog -ActivityID fe935a33-98be-0006-aa8d-94febe98db01

    At line:1 char:68

    • ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

        + CategoryInfo          : WriteError: (C:\Windows\Imme...ppXManifest.xml:String) [Add-AppxPackage], IOException

        + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    VERBOSE: Operation completed for: C:\Windows\ImmersiveControlPanel\AppXManifest.xml

    PS C:\WINDOWS\system32>


    After searching I tried before with:

    Get-AppxPackage -AllUsers -name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

    but without success.

    This is winVer results:

    Image

    When i right click on empty area of desktop and select "Personalize" this is result:

    Was this answer helpful?

    0 comments No comments
  5. Ramesh 181.8K Reputation points Volunteer Moderator
    2025-03-19T02:09:48+00:00

    So, the in-place upgrade worked. The only issue you're now facing is with Settings.

    Please open admin PowerShell and run:

    Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage 
    
    Get-AppXPackage windows.immersivecontrolpanel -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose} 
    

    This resets and reinstalls Settings.

    Run "winver.exe" and post a screenshot.

    Was this answer helpful?

    0 comments No comments