Hello,
Proceed this way
Open Start.
Search for Command Prompt, right-click the result, and select Run as administrator.
Type the following command to stop the Windows Update Service and press Enter:
net stop wuauserv
Type the following command to stop the Background Intelligent Transfer Service and press Enter:
net stop bits
Use the Windows key + R keyboard shortcut to open the Run command.
Open File Explorer and browse the following path:
C:\Windows\SoftwareDistribution
Select all its content and click the Delete button to clear the content.
Don't worry if some files remain
On Command Prompt, type the following command to start the Windows Update Service and press Enter:
net start wuauserv
Type the following command to start the Background Intelligent Transfer Service and press Enter:
net start bits
I did all these and the result is the same:
You cannot expect a different result if you keep doing the same over and over again, can you?