You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
windows 10 settings not opening
About this tag
This tag covers issues where the Windows 10 Settings app fails to open or launch. Common troubleshooting steps include running PowerShell commands to re-register the Settings package, such as Get-AppXPackage windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}. Users may encounter errors like 'Get-AppxPackage is not recognized' if PowerShell is not used correctly. The tag also includes discussions about downloading the Settings app separately or using alternative commands to restore functionality.
Judging by my username you can tell I did something dumb, and for some reason I cannot open the settings app, I inserted the command Get-AppXPackage windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
It just told...