When you try to install updates from the Microsoft Windows
Update Web site or the Microsoft Update Web site, you may receive the following
error message:
This issue may occur if there is a cyclic redundancy check
(CRC) failure during the update process. This failure may occur if the received file is
not the file that is expected by Windows Update
To resolve this issue, use one of the following
methods.
Method 1
Run the Chkdsk.exe tool to check the disk for errors
For
Windows 2000, Windows XP, or Windows Server 2003, follow these steps:
- Click Start, and then click
Run.
- Type cmd in the
Open box, and then click OK.
- At the command prompt, type Chkdsk
/f, and then press ENTER.
- Press Y when you are prompted to check the disk next time
that the system restarts.
- Close all applications and restart the computer.
Note During the restart process, Windows checks the disk for
errors and then start.s - After the computer has restarted, install the updates
again.
For Windows Vista and Windows Server 2008, follow these steps:
- Click Start, type
cmd in the Start Search box,
right-click cmd in the Programs list, and
then click Run as administrator. If you are prompted for an
administrator password or confirmation, type your password, or click
Continue.
- At the command prompt, type Chkdsk
/f, and then press ENTER.
- Press Y when you are prompted to check the disk next time
that the system restarts.
- Close all applications, and then restart the computer.
Note During the restart process, Windows checks the disk for
errors and then starts. - After the computer has restarted, install the updates
again.
If Method 1 does not resolve this issue, try Method 2.
Method 2
Rename the Download folder.
For Windows 2000, for Windows XP, and for Windows Server 2003, follow these steps:
- Click Start, click Run, type notepad in the Open box, and then click OK.
- Copy the following commands, and then paste them into the Notepad file:
net stop wuauserv
CD %systemroot%\SoftwareDistribution
Ren Download Download.old
net start wuauserv
- On the File menu, click Save as.
- In the File name box, type rename.bat, and then click All Files in the Save as type box.
- Save the rename.bat file to the desktop.
- Double-click the rename.bat file to register the Windows Update files.
- Try to install updates again.
Note When the updates are installed successfully, you can safely delete the rename.bat file.
For Windows Vista and for Windows Server 2008, follow these steps:
- Click Start, type notepad in the Start Search box, and then click notepad in the Programs list.
- Copy the following commands, and then paste them into the Notepad file:
net stop wuauserv
CD %systemroot%\SoftwareDistribution
Ren Download Download.old
net start wuauserv
- On the File menu, click Save as.
- In the File name box, type rename.bat, and then click All Files (*.*) in the Save as type box.
- Save the rename.bat file to the desktop.
- Right-click the rename.bat file, and then click Run as administrator.
If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.
- Try to install updates again.
Note When the updates are installed successfully, you can safely delete the rename.bat file.
Article ID: 956704 - Last Review: September 9, 2008 - Revision: 2.0
APPLIES TO
- Microsoft Windows Update
- Microsoft Update
| kbtshoot kberrmsg kbexpertisebeginner kbprb KB956704 |