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.
- DeletedPlease write what build of Windows do you have?
Some updates require you to restart several times to install components properly so I think everything will be fine- RamanMutthuCopper ContributorHi Andrzej,
Thank you so much for your support. Please find the build details below.
Edition Windows 10 Home Single Language
Version 20H2
Installed on 21-03-2021
OS build 19042.867
Experience Windows Feature Experience Pack 120.2212.551.0
i hope my laptop is not at serious risk.
Regards,
Raman- DeletedYour version of the system is stable and has the latest security features!
The next feature update is 21H1 and perhaps this attempt at this installation is for your computer in the process of preparing components!
But the system works well - often notifications cause confusion!
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!