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.
-
Can't get settings
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...- Caspiandidsmthndumb
- Thread
- fix appx package errors powershell get-appxpackage windows 10 settings not opening windows settings app
- Replies: 1
- Forum: Windows Help and Support