The windows update error 0x80070015 is The device was not ready.This indicates that the Windows Update or Store were trying to access a drive which was not accessible.It is possible to use the Windows update Troubleshooter, reset the Microsoft Store or troubleshoot the Store apps.
To see this working, head to your live site.
novellajohns34
Jul 05, 2021
What is windows update error 0x80070015?
What is windows update error 0x80070015?
2 answers0 replies
0
2 Comments
The post is very informative and helpful. You and everyone else are doing a great job. Go on.
among us
Reset Windows Update services
Press Windows Key + X to open Win + X menu.
From the list of results choose Command Prompt (Admin) or PowerShell (Admin).
When Command Prompt opens, run the following commands:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:WindowsSoftwareDistribution SoftwareDistribution.old
Ren C:WindowsSystem32catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver