Forum Discussion
DatG00DBoi
Oct 04, 2021Copper Contributor
Windows 11 Updates
Hello, i updated to windows 11 trough the windows updates and after i did everything i wanted to see if there are more updates to install, but when i checked i get an error "Something went wrong, try opening settings later. I tried the to fix it with cmd, healthscan, sfc scan and nothing worked. When i try to shutdown or restart it apears that i can update and shutdown but when i do it it only restarts and nothing happens. Any ideas why?
I hope i can upgrade tomorow without loosing my stuff to the official version to the beta one.
- 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!