Guest proph8 Posted July 26, 2007 Posted July 26, 2007 Since i have windows vista, some updates cant be completed and give an error. I tried everything i can find in the windows help, checked previous posts but they dont make me any wiser. Some updates will complete, but 7 updates keep failing, some regular updates, some security updates, and i dont know why the updates that cant complete are: KB905866 with the error 800F0826 KB929916 with the error 80070422 KB933928 with the error 800F0826 KB935280 with the error 800F0826 KB935652 with the error 80070643 KB935807 with the error 800F0826 KB937077 with the error 800F0826 Does anyone know what might help? i have all the setting correct in my Windows Modules Installer Shutting down all my anti-vir progs has no effect.. maybe i missed a suggestion, but so far its very annoing, cuz when i let it start updating and reboot my computer it takes ages before its ready to use again since he cant finish configuring the updates and keeps rebooting I hope you understand my question, i'm dutch and not perfect with the english language
Guest PA Bear Posted July 26, 2007 Posted July 26, 2007 Start a free Windows Update support incident request: https://support.microsoft.com/oas/default.aspx?gprid=6527 -- ~Robear Dyer (PA Bear) MS MVP-Windows (IE, OE, Security, Shell/User) AumHa VSOP & Admin DTS-L.org proph8 wrote: > Since i have windows vista, some updates cant be completed and give an > error. I tried everything i can find in the windows help, checked previous > posts but they dont make me any wiser. > Some updates will complete, but 7 updates keep failing, some regular > updates, some security updates, and i dont know why > the updates that cant complete are: > KB905866 with the error 800F0826 > KB929916 with the error 80070422 > KB933928 with the error 800F0826 > KB935280 with the error 800F0826 > KB935652 with the error 80070643 > KB935807 with the error 800F0826 > KB937077 with the error 800F0826 > > Does anyone know what might help? i have all the setting correct in my > Windows Modules Installer > Shutting down all my anti-vir progs has no effect.. > maybe i missed a suggestion, but so far its very annoing, cuz when i let > it > start updating and reboot my computer it takes ages before its ready to > use > again since he cant finish configuring the updates and keeps rebooting > > I hope you understand my question, i'm dutch and not perfect with the > english language
Guest Robert Aldwinckle Posted July 27, 2007 Posted July 27, 2007 "proph8" <proph8@discussions.microsoft.com> wrote in message news:119FED5E-746F-41CC-A4A1-74FFEAD35C1B@microsoft.com... > Since i have windows vista, some updates cant be completed and give an error. > I tried everything i can find in the windows help, checked previous posts but > they dont make me any wiser. > Some updates will complete, but 7 updates keep failing, some regular > updates, some security updates, and i dont know why > the updates that cant complete are: > KB905866 with the error 800F0826 > KB929916 with the error 80070422 > KB933928 with the error 800F0826 > KB935280 with the error 800F0826 > KB935652 with the error 80070643 > KB935807 with the error 800F0826 > KB937077 with the error 800F0826 > > Does anyone know what might help? Try taking the most common code (for example): <cmd_output OS="XPsp2"> F:\>set /a c = 0x826 2086 F:\>net helpmsg %c% 2086 is not a valid Windows network message number. </cmd_output> Does your OS have a different reply for net helpmsg 2086 In any case search for files which the update changed which contain the either the hexadecimal or decimal representation of the code. Then look for their context in them. (E.g. drag each one to a Notepad window and do finds for those codes in each which seems readable.) Otherwise try a web search? http://windowshelp.microsoft.com/Windows/en-US/Help/2d96561c-0a7a-492a-b48f-8317cf4f1fde1033.mspx (Search Microsoft for (0x800F0826 OR 800F0826) ) HTH Robert Aldwinckle --- > i have all the setting correct in my > Windows Modules Installer > Shutting down all my anti-vir progs has no effect.. > maybe i missed a suggestion, but so far its very annoing, cuz when i let it > start updating and reboot my computer it takes ages before its ready to use > again since he cant finish configuring the updates and keeps rebooting > > I hope you understand my question, i'm dutch and not perfect with the > english language
Guest Nick M Posted July 31, 2007 Posted July 31, 2007 The issue you are facing because some of the components of Software Distribution is corrupt. To resolve the issue, we need to rename the Software Distribution Folder. please perform the below mentioned steps to rename the software Distribution Folder. 1) Click on start and right click on cmd and run the program as administrator. 2) At the command prompt, type net stop wuauserv, and then press ENTER. 3) Then type in "net stop bits" (without quotes) and press enter. 4) Type rmdir /s softwaredistribution\wuredir, and then press ENTER. 5) Types "net start bits" (without quotes) and press enter. 6) Types "net start wuauserv" (without quotes) and press enter. Once we are through to the steps, then try to install the update for the KB 935280 from the below mentioned link. http://www.microsoft.com/downloads/details.aspx?FamilyID=618e24c1-8731-4d04-b0d8-3b4c703edee6&DisplayLang=en Also, install the update for the KB 933928 from the below mentioned link. http://www.microsoft.com/downloads/details.aspx?FamilyID=dc2ad07b-d5d7-407a-9a0e-3f3d142682d0&DisplayLang=en "proph8" wrote: > Since i have windows vista, some updates cant be completed and give an error. > I tried everything i can find in the windows help, checked previous posts but > they dont make me any wiser. > Some updates will complete, but 7 updates keep failing, some regular > updates, some security updates, and i dont know why > the updates that cant complete are: > KB905866 with the error 800F0826 > KB929916 with the error 80070422 > KB933928 with the error 800F0826 > KB935280 with the error 800F0826 > KB935652 with the error 80070643 > KB935807 with the error 800F0826 > KB937077 with the error 800F0826 > > Does anyone know what might help? i have all the setting correct in my > Windows Modules Installer > Shutting down all my anti-vir progs has no effect.. > maybe i missed a suggestion, but so far its very annoing, cuz when i let it > start updating and reboot my computer it takes ages before its ready to use > again since he cant finish configuring the updates and keeps rebooting > > I hope you understand my question, i'm dutch and not perfect with the > english language
Recommended Posts