Forum Discussion
Apothecary_Kin
Dec 06, 2021Copper Contributor
Opening Personalization Lockscreen causes Settings to crash windows 11
Hi I've been using Windows 11 since it was available and this problem has occurred since I upgraded from Windows 10 to 11 everytime I try to change my Lockscreen background Via settings the settings ...
KapilArya
Dec 06, 2021MVP
Hello Apothecary_Kin,
Try to re-register Settings app:
1. Open administrative Windows PowerShell.
2. In PowerShell window, type/paste following cmdlet and press Enter key:
Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
3. Let the command complete.
Let us know if this helps!
Drac99
Jun 16, 2023Copper Contributor
It doesn't work!, another way to solve this?