Is the Settings app not opening on your PC? In this video, I’ll show you how to fix the problem step-by-step on Windows 11.
We’ll run a system scan using Command Prompt, restart Windows Explorer in Task Manager, and use Windows PowerShell to repair system components.
cmd 1:
Get-AppxPackage windows.immersivecontrolpanel | Reset-AppxPackage
cmd 2:
Get-AppXPackage Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}