Share via

Cannot Open Settings or Steam now.

Asher Nagy 0 Reputation points
2026-04-07T12:45:08.99+00:00

Hey all,

 My computer cannot open settings (known problem) and now Steam is behaving the same way. I 'am having a very hard finding a solution for this. I have tried multiple solutions on this site, I cannot update my way out of this problem either as settings won't open. Command prompts found no issues or corrupted files etc. Some redditors claim if you sign out and sign back in it fixes it but that didn't work either. Can anyone help me?
Windows for home | Windows 11 | Settings
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 861.4K Reputation points Independent Advisor
    2026-04-07T13:20:15.51+00:00

    If you are unable to access the settings app you are blocked form most of the available troubleshooting methods, the best option is to perform an in-place repair with the Windows 11 ISO to stabilize the Windows installation.

    Please ensure you download the ISO in the same language as you use for the Windows UI, follow the steps, this is then not like re-installing Windows, it is just like an update and your personal files, settings and installed software will not be affected.

    Click this link:

    https://www.microsoft.com/software-download/windows11

    to download the Windows 11 ISO

    When the ISO file completes downloading

    Disconnect from the Internet

    Disconnect all external devices with the exception of a mouse or keyboard.

    Temporarily disable any 3rd party Anti-virus you may have installed

    Then, in Windows File Explorer, double click the ISO and then run Setup.exe and select the Install option.

    Very Important - ensure you select the option to keep your files and apps.

    0 comments No comments

  2. Q&A Assist
    2026-04-07T12:45:19.6566667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Based on similar Windows 11 issues where Settings and other apps would not open, a practical fix is to re‑register the Settings app and all built‑in apps using PowerShell, then restart.

    Steps:

    1. Open PowerShell as administrator
      • Press Windows key + X.
      • Select Windows PowerShell (Admin) or Terminal (Admin).
    2. Re‑register the Settings app
      • In the PowerShell window, run:
         Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
      
    3. Re‑register all built‑in apps
      • In the same PowerShell window, run:
         Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
      
      Red error messages may appear during this process; let it complete.
    4. Restart the PC
      • After both commands finish, restart the computer and then try opening Settings and Steam again.

    If Settings opens after this, Windows Update and other troubleshooters can then be used for any remaining issues.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.