Forum Discussion
Martin_1
May 02, 2026Copper Contributor
Can't open the Windows 11 settings
Hi, I am not sure what happened but I can no longer open de Windows 11 Pro settings. When I try nothing happens. When I am on my desktop and right click and choose Display settings or Personalize I...
KapilArya
May 05, 2026MVP
Try to re-register Settings app using Windows PowerShell:
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
If issue still persists, see if this fix helps you:
https://www.kapilarya.com/fix-settings-app-wont-open-in-windows-11
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.