A common problem following the replacement of a hard drive (or other low-level storage-related change, such as a storage driver or interface change) is a broken Windows Update. I’ve been seeing this more and more frequently, in fact, on Windows 7 machines after performing drive recoveries and installing a new drive.
The exact message is:
Windows Update cannot currently check for updates, because the service is not running. You may need to restart your computer.
While lots of solutions are offered across the internet for this problem, ultimately, it’s actually relatively simple: the storage driver is frequently to blame. Specifically, the Intel storage driver (generally iaStor.sys), which comes as a part of the Intel Matrix Storage Manager package (renamed to Intel Rapid Storage Technology on later versions of Windows).
It’s been documented in other places as well that this is in fact the root of the problem.
Problem is, there are different versions of the Intel Matrix Storage Manager for each manufacturer — so it isn’t always possible to simply download the latest version directly from Intel and install it.
The HP version of that driver is listed above, and it will indeed work for many systems in question. For other manufacturers, it’s best to search for the driver manually and download it directly from the PC manufacturer’s web site. You can use search terms such as:
intel rapid storage technology driver ich10r site:dell.com vista 32-bit
To locate a suitable version for your particular situation.
If this still does not correct your issue, you may need to follow up the driver upgrade with a reset of the Windows Update repository:
- Open an elevated Command Prompt (Run as Administrator).
- Type the following commands (pressing ENTER after each one):
- net stop wuauserv
- net stop bits
- Open a Windows Explorer window and navigate to %WINDIR% (e.g., normally C:\Windows).
- Rename SoftwareDistribution to SoftwareDistribution.old.
- Return to the elevated Command Prompt and type these commands:
- net start wuauserv
- net start bits
This procedure has corrected the problem on all of the PCs where I’ve encountered it thus far.