Forum Discussion
Martin_1
May 04, 2026Copper Contributor
Can't open the Windows 11 Pro 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, you can refer this video fix:
Let us know if this helps!