Do You Have Error Code 0×80004002? Windows Update Won’t Work After Updating to Service Pack 3
After installing Windows XP Service Pack 3. Many computer simply refuse to do any updates. This can be solved by re-registering the files required by Windows Update.
The specific error code is 0×80004002, this error may occur with other Microsoft programs and can be solved with the same solution
Solution
- Click Start > Click Run > type notepad > then click OK.
- Copy the following in to notepad
@Echo Off
net stop wuauserv
Echo Registering files
regsvr32 wuapi.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups.dll /s
regsvr32 wups2.dll /s
regsvr32 wuweb.dll /s
net start wuauserv
Pause
- Save the file as “Register.bat”
- Double-click the Register.bat file to register the Windows Update files.
- Reboot your computer and try updating again.


Sample Config for WordPress Running on Varnish 2.1
Are you using 32 bit or 64 bit Office 2010?
Have Outlook 2010 Automatically Close a Message After Replying or Forwarding
How to Start Outlook 2010 in a Different Folder
Do you get Error Code 80071392 Using Windows Live Messenger?
How To Image, Sysprep and Deploy Windows 7 a Complete Guide – Using sysprep and Imagex
How to Disable Auto Renewal for Xbox Live
Installing Windows 7 From a USB Stick From Windows XP (Bootable USB) 
Hi, I thought I would let you know that your solution worked perfectly for me. It took under a minute to do, and windows will now let me activate automatic update, something it would not before. I’m thankful.
Karl