How to fix settings not opening in windows 11 (easy fix)

Опубликовано: 31 Март 2026
на канале: Learn It
56
0

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"}