in

Fix Windows 10 Update Error Code 0x80070652



Fix Windows 10 Update Error Code 0x80070652

Windows Update is very important to keep your computer security patches updated and fix any bugs. If you have a problem with Windows updates or it has stopped working you need to fix it as soon as possible to stop your computer from becoming vulnerable to any security holes or bugs they need patching, Windows can also become very unstable with the latest Windows updates.

I will show you how to troubleshoot and repair most Windows Update problems. When Windows Update is broken it will give error codes, its these error codes or BSOD which can help solve issues with Windows Update.

Batch Code:

————————————————————————————-

@ECHO OFF
echo Simple Script to Reset / Clear Windows Update
echo.
PAUSE
echo.
attrib -h -r -s %windir%system32catroot2
attrib -h -r -s %windir%system32catroot2*.*
net stop wuauserv
net stop CryptSvc
net stop BITS
ren %windir%system32catroot2 catroot2.old
ren %windir%SoftwareDistribution sold.old
ren “%ALLUSERSPROFILE%application dataMicrosoftNetworkdownloader” downloader.old
net Start BITS
net start CryptSvc
net start wuauserv
echo.
echo Task completed successfully…
echo.
PAUSE

_________________________________________________________
Fix Windows Update issues in Windows 8.1 Windows 10 Windows 7

How to Troubleshoot and Fix Windows Update
http://www.briteccomputers.co.uk/forum/showthread.php?tid=4190

Share this: