Forum Discussion
Mahesh_Katla
Sep 28, 2021Copper Contributor
updates on windows 11
I installed windows 11 preview version recently. on the second day after that, I saw some updates in the windows updates section. I clicked on update. Some updates happened. and after that it crashed. Then after , every time , I tried to click on windows updates, the settings page is closing down and no updates happening.
I would like to know whether that will affect my pc and need further assistance on this.
1 Reply
Sort By
- Which build you're on currently?
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!