Open Command Prompt as Admin and copy-paste the following command followed by hitting the Enter key:
dism.exe /online /cleanup-image /startcomponentcleanup
Let the command run.
Reboot,
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm having trouble deleting temporary files in the "Windows Update Cleanup" folder (Settings > Storage > Temporary files). The file is 380 MB and seems impossible to delete. I've also tried "Disk Cleanup," but there are no files listed under Windows Update Cleanup there. This problem started after today's Windows updates from Microsoft, KB5055627 and KB5056579. I've restarted my PC, but that didn't solve the issue. I've also used the "Run" command (Win+R) %temp% - temp and deleted all files. The SoftwareDistribution folder has also been emptied. Does anyone know of a solution to this problem?
Open Command Prompt as Admin and copy-paste the following command followed by hitting the Enter key:
dism.exe /online /cleanup-image /startcomponentcleanup
Let the command run.
Reboot,
Add the resetbase switch.
Note that you will not be able to uninstall any updates after you run this. I refer to this as a "no going back" option.
dism.exe /online /cleanup-image /startcomponentcleanup /resetbase
The command/parameter was executed, and the problem is solved. Many thanks!