Microsoft Windows 2000, Windows XP, and Windows Server 2003
To resolve this problem, start the required services. To do this in Windows 2000, in Windows XP, or in Windows Server 2003, follow these steps:
Click Start, click Run, type Notepad, and then click OK or press ENTER.
Copy the following text, and then paste the text into Notepad:
sc config wuauserv start= auto
sc config bits start= auto
sc config DcomLaunch start= auto
net stop wuauserv
net start wuauserv
net stop bits
net start bits
net start DcomLaunch
Click File, click Save As, and then type Repair.bat.
In the Save as type box, click All Files.
In the Save in box, click Desktop, and then click Save.
On the File menu, click Exit.
Double-click the Repair.bat file that you saved in step 5. This action starts the required services.
Try to install the updates again. If you can install the updates, delete the Repair.bat file. To delete the Repair.bat file, right-click Repair.bat, click Delete, and then click Yes.
To start the required services in Windows Vista or in Windows Server 2008, follow these steps:
Click Start
Collapse this imageExpand this image
, type Notepad in the Start Search box, and then click Notepad in the Programs list.
Copy the following text, and then paste the text into Notepad:
sc config wuauserv start= auto
sc config bits start= auto
sc config DcomLaunch start= auto
net stop wuauserv
net start wuauserv
net stop bits
net start bits
net start DcomLaunch
Click File, click Save As, and then type Repair.bat.
In the Save as type box, click All Files (*.*).
In the Save in box, click Desktop, and then click Save.
On the File menu, click Exit.
Right -click the Repair.bat file that you saved in step 5, and then click Run as administrator. This action starts the required services.
Collapse this imageExpand this image
If you are prompted for an administrator password or confirmation, type the password, or click Continue.
Try to install the updates again. If you can install the updates, delete the Repair.bat file. To delete the Repair.bat file, right-click Repair.bat, click Delete, and then click Yes..