Hi Natesh,
Click your Start Button type services and hit Enter
For each of the following services, find them in the list of services, then double click them, if they are not already Started, start them and set their Startup type to Automatic
Windows Update
Background Intelligent Transfer Service
Cryptographic Service
Close the Services App
Click your Start Button type cmd, then right click Command Prompt and choose 'Run as Administrator'
Copy all the following commands and paste them into the command window in one go:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Wait for the all commands to complete.
Close the Command Prompt
Source: Ramesh.Kumar