Share via

We’re updating Settings. It should be ready to use again shortly.

Anonymous
2023-08-17T01:42:33+00:00

Just shows up when I try to open settings

Windows for home | Windows 11 | Performance and system failures

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

8 answers

Sort by: Most helpful
  1. Anonymous
    2023-12-15T16:24:47+00:00

    I have tried everything above mentioned, but nothing works for me. Please help me on any other suggestions. I can't event revert latest windows updates.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-02-08T05:49:10+00:00

    Just shows up when I try to open settings

    i recommended follow the steps from this website; https://www.tenforums.com/tutorials/3175-reinstall-re-register-apps-windows-10-a.html

    Re-install and re-register specific app through cmd.
    follow this steps:

    1. Open a command prompt. don't forget to open it as administrator
    2. Copy and paste this command
      PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
      and press Enter. The settings Windows app will reset. When finished, you can close the command prompt if you like. Try open the settings app. Done
      Works just fine for me.
    0 comments No comments
  3. Anonymous
    2023-12-13T03:17:05+00:00

    So, I am running into this issue as well. I am on Windows 11 on the latest preview. This happened after I last updated this computer. It seems it is only on my main user account. As I created another test account to check. I have tried everything in this forum, and nothing has prevailed. I even attempted to use my other account to downgrade a version. Nothing. Is the only other option to completely reinstall Windows?

    I appreciate any help. Thank you in advance.

    • Izach
    0 comments No comments
  4. Kapil Arya 37,661 Reputation points Volunteer Moderator
    2023-08-17T12:20:43+00:00

    Hello,

    See if this fix helps you:

    https://www.kapilarya.com/fix-settings-app-not-working-in-windows-11

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

    0 comments No comments
  5. John DeV 161.8K Reputation points Independent Advisor
    2023-08-17T02:14:12+00:00

    Hi, good day! I'm John Dev a Windows user like you and I'll be happy to assist you today. I know this has been difficult for you, Rest assured, I'm going to do my best to help you.

    When was the last time it worked properly? Have you made any changes recently?

    Please try the following methods below.

    **Restart Windows Explorer

    Press Ctrl + Shift + Esc to open Task Manager.

    Select the Processes tab.

    Scroll down and look for Windows Explorer

    Right click then select Restart.

    **Please try to run SFC and DISM to check for any system errors and corrupted files.

    https://support.microsoft.com/en-us/help/402652...

    After that, restart your computer

    Note: You can open command prompt by doing this,

    Press Ctrl+Shift+Esc to open Task Manager then click File

    Select "Run new task" then type: cmd

    Make sure to put a check mark on the "Create this task with administrative privileges" box

    Continue with the commands within the link above.

    **Repair all Windows apps via PowerShell

    Press Ctrl+Shift+Esc to open Task Manager then click File

    Select "Run new task" then type: powershell

    Make sure to put a check mark on the "Create this task with administrative privileges" box

    Copy and paste the command below one at a time then press Enter. Please ignore the red errors and let the process complete.

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

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

    Restart your computer

    Kindly let me know if this helps or if you have any further concerns.

    Kind regards,

    John DeV

    Independent Advisor

    0 comments No comments