Forum Discussion
RamanMutthu
May 29, 2021Copper Contributor
windows 10 update issue
Hello Experts, I am facing issues while updating windows 10. Also, i am not able to install any software. Screens attached, Help would be appreciated.
KapilArya
May 30, 2021MVP
Hello RamanMutthu,
To fix error on your first screenshot, 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.
To fix issue in second screenshot, you need fix the permissions on the folder you're working on.
Let us know if this helps!