In this document we have provided a .bat file. In some cases your virus software may detect this as a virus, in which case follow the instructions below to manually create the file on your machine. This file will remove the contents of the Windows Update cache Download folder.
- Log in to an administrator account on the machine, or make sure that your account has administrative access.
- Download the Clear Windows Update Cache batch file by clicking here. Then open the zip file.
- If using Windows XP, double-click on the file to run it.
- If using Windows Vista or Windows 7, right-click on the
file and choose
Run as Administrator
- If prompted for permission, choose Yes or Allow to continue.
- Once the file has finished, the update cache will have been cleared. Restart the computer and check for updates again to proceed. If it still fails, move on to Troubleshooting Windows Update Issues: Part Two. If for whatever reason you are unable to run the above batch file, here is how you can create it yourself.
- Open a new Notepad document by going to Start, then to
All Programs, then Accessories, and finally clicking on
Notepad to open the program.
- Once open, copy the following information in to the program:
net stop wuauserv
rd /s /q %windir%\SoftwareDistribution\Download\
net start wuauserv - The first line stops the windows update service. The second line removes the "Download" folder within the Windows Update (SoftwareDistribution) folder. The third line starts the windows update server again.
- Save the file as "clear_windows_update_cache.bat". Note that the quotation marks are required. Make sure that you save the file somewhere you remember. For example on the Desktop.
- If using Windows XP, double-click on the file to run it.
- If using Windows Vista or Windows 7, right-click on the file and choose
Run as Administrator
- If prompted for permission, choose Yes or Allow to continue.
- Once the file has finished, the update cache will have been cleared. Restart the computer and check for updates again to proceed. If it still fails, move on to Troubleshooting Windows Update Issues: Part Two
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.