The following lines were added (+) and removed (-):
== Windows Update stuck at 0% - Wont Download Updates ==Reader asks, "When I click on windows update, it just sits there with the bar running, showing me its at 0%."Solution: manually reset the Windows Update ComponentsFrom the command console (cmd.exe) type the following: 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 msiserverType them one at a time. Wait for each command to finish. Be patient. Now exit, reboot, and try Windows Update again.