Hi,
Please follow the methods mentioned below:
Method 1: I would suggest you to manually
reset the Windows Updates Components
a) Click on
Start.
b) Type
CMD in
search bar.
c) Right click on Command prompt and select
Run in as administrator.
d) Stop the BITS, Cryptographic, MSI Installer and the Windows Update Services. To do this, type the following commands at a command prompt. Press
the ENTER key after you type each command.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
f) Now rename the
SoftwareDistribution and
Catroot2 folder. You can do this by typing the following commands in the Command Prompt. Press the
ENTER key after you type each command.
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
g) Now, let’s restart the
BITS, Cryptographic, MSI Installer and the
Windows Update Services. Type the following commands in the Command Prompt for this. Press the
ENTER key after you type each command.
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
h) Type
Exit in the
Command Prompt to close it.
Now you may try running the Windows Updates and check if the above steps resolve the issue.
For further reference, you can refer to the link:
How do I reset Windows Update components?
**http://support.microsoft.com/kb/971058/en-us**
Method 2: I would suggest you use the Media Creation Tool in the below link and choose Upgrade option to upgrade to Windows 10. Before upgrading to Windows 10, I suggest you to take a backup of important files and folders to the external
drive.
https://www.microsoft.com/en-in/software-download/home
Hope it helps.