• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

XP Updates will not install

Stiganator

Platinum Member
So I have a computer with XP Pro. It is a genuine copy, I even verified it with the MGAdiag.exe program. I have about 30 security updates that fail to install. I tried stopping automatic updates service and renaming the SoftwareDistribution folder, still no deal. I have never run across this before. Error code 8007003, but that fix didn't work. I have also tried reformatting. The memory and hard drive checked out as well. Thoughts?
 
You didn't happen to change the default Programfilesdir registry entry, did you? I've played around with a windows box and change the default programfiles directory from C: to D: but found some windows updates didn't like that very much.
 
Give this a shot.

Go to your cmd prompt, and do the following:

net stop wuauserv
cd /d %windir%\SoftwareDistribution
rd /s DataStore
net start wuaserv


Sometimes after doing this, it may take a while for "Express" update to find any updates to install. Be patient. If after a few minutes it doesn't do anything. Go back, and go to "Custom". Proceed from there.
 
Back
Top