Fix Windows 10 Update Error Code 0x80070652
Fix Windows 10 Update Error Code 0x80070652.
@ECHO OFF
echo Simple Script to Reset / Clear Windows Update
echo.
PAUSE
echo.
attrib -h -r -s %windir%\system32\catroot2
attrib -h -r -s %windir%\system32\catroot2\*.*
net stop wuauserv
net stop CryptSvc
net stop BITS
ren %windir%\system32\catroot2 catroot2.old
ren %windir%\SoftwareDistribution sold.old
ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old
net Start BITS
net start CryptSvc
net start wuauserv
echo.
echo Task completed successfully...
echo.
PAUSE
Besides the abundance of the new features, Windows 10 also has some distinctive problems that were rarely seen in the previous system editions.
One of those troubling segments of Windows 10 are the update errors that are sometimes hard to cope with. To make things even harder, there’s no way to ignore updates, like that was the case in some other Windows versions. At least, not without some effort. Don’t get us wrong, it’s advised to install updates, but what if some annoying error prevents you from doing so?
Just like the error we’ll try and address today. This error goes by the code 0x80070652, and if you’ve encountered it, you should definitely check workarounds
This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10, Windows 8/8.1, Windows 7 operating systems.Works for all major computer manufactures (Dell, HP, Acer, Asus, Toshiba, Lenovo, Samsung).