When i try to do a Windows Update, i keep getting the following errors:
Code 80070490 and Code 643
How do i get rid of these?
Thanks
When i try to do a Windows Update, i keep getting the following errors:
Code 80070490 and Code 643
How do i get rid of these?
Thanks
Both 80070490 and 643 are common Windows Update failure symptoms on Vista, but they usually have different root causes. Error 80070490 typically indicates corruption in the Component-Based Servicing (CBS) / update store; error 643 commonly shows when .NET Framework updates fail. confirmed Vista SP2 and that the Microsoft fixes suggested by did not resolve it. Given that, a stepwise repair sequence is the safest way to recover Windows Update.
Start by identifying the failing KB numbers in Windows Update history. Run an elevated command prompt and execute sfc /scannow to repair system files. If SFC does not fix component-store problems, run the appropriate System Update Readiness Tool (the offline SUR package for Vista), reboot, then retry updates. Next, reset the update store by stopping update services, renaming the SoftwareDistribution and Catroot2 folders, and restarting services. Example commands to run from an elevated CMD:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver If error 643 continues, treat it as a .NET issue: run the Microsoft .NET Framework Repair Tool or uninstall and reinstall the specific .NET version targeted by the failing update (use the offline .NET installer run elevated). Perform Windows Update from a Clean Boot (use msconfig to disable non-Microsoft services and startup items) to rule out third-party interference.
For targeted diagnosis collect the failing KB numbers and the HRESULT lines from %windir%\WindowsUpdate.log. Also verify free disk space and that Background Intelligent Transfer Service and Windows Installer are running. Back up important data before attempting an in-place repair install of Vista SP2, which is the last-resort fix for deep servicing-store corruption.
Jump to Post— Rik_ 111It would help if you told us what version of windows you have!
We can only work with the information you give us.
Jump to Post— caperjack 875hi,you could try the fix here from microsoft ,not sure if it will work,never tried it myself .
http://support.microsoft.com/kb/958044/en-us
It would help if you told us what version of windows you have!
We can only work with the information you give us.
hi,you could try the fix here from microsoft ,not sure if it will work,never tried it myself .
http://support.microsoft.com/kb/958044/en-us
It would help if you told us what version of windows you have!
We can only work with the information you give us.
Oops sorry....I have Windows Vista SP2
ok,there is instructions in my link for Vista
ok,there is instructions in my link for Vista
i tried those instructions and it still doesn't work
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.