This is a Consumer-specific forum. You will find support for Windows Server in these forums: http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver
Windows Update encountered an unknown error. Code 70 (Windows Server 2008 RC2)
Hello,
after a couple of successfully installed updates the fallowed four updates KB2979578,KB2978128,KB2972216 and KB297107 faild with the Message: Code70. Windows update encounter an unknown error.
I already try to stop WindowsUpdate service and clean the SoftwareDistribution\DataStore and Downloads but still the same error.
Any suggestions to solve the ridle!
Thanks,
Windows for home | Other | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
-
Anonymous
2015-03-03T01:14:16+00:00
3 additional answers
Sort by: Most helpful
-
Anonymous
2017-05-16T08:30:18+00:00 If it helps, and i know it is late, but CODE 70 is most likely a "no disk space" error.
i just had the exact same problem and i realised i had only 150MB left on my c drive of my VM. i expanded the drive and everything worked correctly.
PA Bear, as an MVP, instead of just sending people somewhere else, try helping them.
-
Anonymous
2017-05-17T01:55:04+00:00 You will find appropriate support for Windows 10 (I assume) by beginning your own, new thread in the appropriate forum here => http://answers.microsoft.com/en-us/windows/forum/windows_10
And you may obtain third-party, Microsoft-sponsored - but not necessarily free - support via the Answer Desk => [http://answerdesk.microsoftstore.com](http://answerdesk.microsoftstore.com) ==================================================== DISCLAIMER: Posted AS IS with no guarantees. MS MVPs neither represent nor work for Microsoft. -
Anonymous
2015-03-01T13:31:00+00:00 Hi
Which Antivirus do You use
Disable antivirus and try again
If the problem continues, use the System File Checker tool to repair damaged Windows files. To do this, follow these steps:
- Open an elevated command prompt.
- Run the "sfc /scannow" command.
- Try to install update again.
If the problem continues, use the Deployment Image Servicing and Management (DISM) tool to fix Windows Update corruption errors. To do this, follow these steps:
- Open an elevated command prompt.
- Run the "DISM.exe /Online /Cleanup-image /Restorehealth" command.
ImportantWhen you run this command, DISM uses Windows Update to provide the files that are required to fix corruptions. However, if your Windows Update client is already broken, use a running Windows installation as the repair source, or use a Windows side-by-side folder from a network share or from a removable media, such as the Windows DVD, as the source of the files. To do this, run the following command instead:
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\RepairSource\Windows /LimitAccess