![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum for Windows Vista help and discussion. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
|
| | Thread Tools | Display Modes |
| | #11 (permalink) |
| mobiledog Rep Power: 3 ![]() | Re: Windows Updates, and now other updates fail consistently dmex, thank you very much for your insight and for staying above the fray. funny how someone who hates the OS so much has free time to surf through posts to vent. don't they know the olympics are on TV??!! now my ignorance is going to hang out really badly so bear with me. how can i check my bios to see if HPET is supported? is it at the setup menu in the pre-boot phase where i can select bootable drives, etc? also, you said to reinstall. hopefully you mean to reinstall over the top of my drive and not the old reformat, reinstall from the days of old. i understand completely that a "clean" reinstall will wipe away all old sins, etc, but this is a 350GB drive that's about a quarter full of photos, music, etc. it is a multimedia version of the OS after all. (and yes, i have it all backed up )thanks again to you all for your help and patience. |
My System Specs![]() |
| | #12 (permalink) |
| Antidisestablishmentarian ![]() ![]() ![]() Join Date: May 2008 Vista Ultimate x64 MAK, Vista Ultimate x86 MAK, XP x86, XP x64, OpenSolaris 5, Gentoo 2008.1.... 3rd Rock Rep Power: 108 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Windows Updates, and now other updates fail consistently Yes, mobiledog, the BIOS is what starts your computer the second you press power. Typically, you have to press a 'key' to get into the BIOS - usually [DEL] but sometime salso known to be F10, CTRL + S, and a few others. Once in there, usually under advanced options / settings / CPU configuration / etc is where you'll find a way ot enable / disable HPET. If it seems that you cannot change that, make sure that ACPI is first enabled. |
My System Specs![]() |
| | #13 (permalink) |
| ɠɛɐǨ ![]() ![]() ![]() Rep Power: 118 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Windows Updates, and now other updates fail consistently Hi Mobiledog, Yes the BIOS is the setup menu in the pre-boot, Johngalt is correct about the keys and procedure where to find HPET, it may be located in another section of your BIOS but if you do find it then just disable it... You where also correct about the reinstall not reformat, Its just reinstalling Vista over your current installation without deleting all your personal stuff, windows will create a Windows.old folder on C drive with all your files and data saved so just make sure you dont click the format option during setup ![]() I have a procedure you can also use to fix any windows update errors if you want to try that first so let me know. Steven Luf, I have a procedure to solve windows update errors so please ask me if you want to try this...otherwise Your posts in this thread will be deleted for Thread Hijacking since they are nothing but nonsence and ranting about your Vista issues, If you want to solve the problems please detail the errors you are getting instead of ranting ![]() |
My System Specs![]() |
| | #14 (permalink) |
| Junior Member Rep Power: 3 ![]() | Re: Windows Updates, and now other updates fail consistently Sorry about the rant. I know it was rather immature. (I think I just needed to get it out there). I deal with other's problems all day every day. (I'm sure many of you do too). Apparently I can't handle my own computer problems though. /sigh I've just never had so many problems from a fresh install before. It's been driving me crazy. -_- Thanks for bringing me back down to earth in a calm manner. |
My System Specs![]() |
| | #15 (permalink) |
| Junior Member Rep Power: 3 ![]() | Re: Windows Updates, and now other updates fail consistently I think I might be able to help. I've been having the Windows update problem from start on my desktop (Vista Business) and my laptop (Home Premium). After much digging I realised that this was a dual problem. Partly it is a Vista problem but also it's a problem with the ADSL modem/router. Bear with me because I'm not a techie by any stretch of the imagination, BUT, both my machines now handle the Windows Updates with no problems. Here's what I did: 1. Go to DrTCP windows tcp tuning and tweaking - dslreports.com download the program and run the 2000/XP version. The TCP Receive Window will be blank, leave it that way. In the MTU box (bottom right) enter 1400 then save and exit. 2. Reboot the computer and modem/router. 3. Go to ::. Kitz - Vista MTU .:: and follow the instructions there on how to change the default MTU setting from 1500 to 1400. 4. Reboot the computer and modem/router - VERY important! 5. Voila! This worked for me perfectly on the desktop but on my laptop I still have to disable my firewall (Computer Associates) and re-enable after installing the updates, but at least it works. Maybe some techie's can fine tune this to make it a lot simpler but I hope it brings you as much joy as it did me!!!!!!! |
My System Specs![]() |
| | #16 (permalink) |
| ɠɛɐǨ ![]() ![]() ![]() Rep Power: 118 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Windows Updates, and now other updates fail consistently Changing the MTU value on Vista while using ADSL/Wireless will have zero effect because Modems strip the value from all tcp/udp packets and replace it with there own value around 1492 ![]() This procedure has worked for others on this forums and I also suggest trying this method if changing the MTU value doesnt work ![]() Perform the following steps to reset the Windows Update component. 1st...Stop the Background Intelligent Transfer Service and the Automatic Updates service. To do this, follow these steps: -Click Start/All Programs/Accessories. Right click 'Command Prompt' and select 'Run As Administrator'. Click 'Continue' on the UAC prompt. -At the command prompt, type the following commands, and then press ENTER after each command: net stop wuauserv net stop bits 2nd. Rename the Catroot2 folder. To do this, follow these steps: -Type the following commands, and then press Enter after each command. net stop cryptsvc ren %systemroot%\System32\Catroot2 oldcatroot2 net start cryptsvc ---Rename the "SoftwareDistribution" folder: -Type the following command, and then press Enter. ren %systemroot%\SoftwareDistribution SoftwareDistribution.old 4. Register the files that are used by Windows Update and Microsoft Update. To do this, follow these steps: -At the command prompt, type the following commands, press ENTER after each -command, and then click OK every time that you receive a verification message: regsvr32 wuapi.dll regsvr32 wuaueng.dll regsvr32 wucltux.dll regsvr32 wups2.dll regsvr32 wups.dll regsvr32 wuwebv.dll 5. Start the Background Intelligent Transfer Service, the Automatic Updates service, and the Event Log service. To do this, follow these steps: -At the command prompt, type the following commands, and then press ENTER after each command: net start bits net start wuauserv net start Eventlog exit Reboot the computer and try Windows Update again. Let us know the results. Steven |
My System Specs![]() |
| | #17 (permalink) |
| mobiledog Rep Power: 3 ![]() | Re: Windows Updates, and now other updates fail consistently ok, so i followed the instructions step by step and no success to report. when i tried to net stop the wuauserv and bits, they were not running so they were not stopped by this attempt. the rest responded with success as expected until i got to renaming the SoftwareDistribution folder. it did not exist so was not renamed. again, everything responed as i expected until i got to Eventlog. it did not start because it reported it was already running. a couple other potential clues when i restarted... - the error i received when attempting to start Windows Update was "WindowsUpdate_800706BA" - the same system process errors i spoke of before were present before i finished in the command prompt box. they report a problem and then in a separate box tell me that windows will let me know if a solution to the problem is found. "Host Process for Windows Services stopped working and was closed. A problem caused by the application to stop working correctly. Windows will notify you if a solution is available. " clicking close is the only option. also, the background to my bar at the page bottom has changed in format to a white bar with light colored lettering, almost unreadable. not sure what this has to do with anything but i find it most unusual! I've got 2 1MB sticks of memory and a 2.5MB 8 inch floppy with POWER loaded for first one to the answer! I'll see if i can find some original IBM DOS disks to throw in! ![]() thanks for all your deep thinking on this one gang. dawg |
My System Specs![]() |
| | #18 (permalink) |
| mobiledog Rep Power: 3 ![]() | Re: Windows Updates, and now other updates fail consistently apologies for the double post, but changing the MTU had no impact on my cable modem connection. the speed of my connection is quite high (up to 15Mbps/1) and i believe i experience very few network errors but cannot confirm that without some monitoring equipment. someone early in the game said the error indicated a timeout problem. i can't find much about the error reported above, how might i learn more about what that error indicates? thanks to all and have a tremendous weekend!! |
My System Specs![]() |
| | #19 (permalink) |
| mobiledog Rep Power: 3 ![]() | Re: Windows Updates, and now other updates fail consistently and finally, my bios (Award 5.06 May '07) doesn't appear to give me the processor settings mentioned in the stream above but i'll keep digging. this is a standard off the shelf HP 81xx multimedia PC. i'm going to wait a few more days to see what other suggestions come in, but have resigned myself to the fact that i'll likely need to reinstall. The version that came with this PC allowed me to make a backup they said would only reload once. this begs the next question, where can i get legal images of Vista pro to reinstall with my original license key??!! i can get my license key numbers but need disks to load up. I swear, sometimes it was easier and faster with the punch cards and casette tape recorders! dang :/ |
My System Specs![]() |
| | #20 (permalink) |
| Antidisestablishmentarian ![]() ![]() ![]() Join Date: May 2008 Vista Ultimate x64 MAK, Vista Ultimate x86 MAK, XP x86, XP x64, OpenSolaris 5, Gentoo 2008.1.... 3rd Rock Rep Power: 108 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Windows Updates, and now other updates fail consistently I read through your entire thread, and notice 2 main things: process, especially those requiring a background internet connection, are crashing...have you disabled the Background Intelligent Transfer Service (commonly called BITS) on your services? I also saw that some other network activity seems to be the root of almost all your problems. Have you performed malware scans? Use some of these along with whatever you have installed: Online Scanners TrendSecure | HouseCall™ Free Scan BitDefender Online Scanner - Free Online Virus Scan (Internet Explorer only) Free Virus Scan - Kaspersky Lab Installed AV scanners: avast! antivirus - high security and protection from malware with anti-spyware and anti-rootkit software built in Antivirus Software - Eliminate viruses with ESET NOD32 Antivirus and ESET Smart Security AVG Free - Download antivirus and antispyware software for Windows XP and Vista Ad-Aware @ Lavasoft - The Original Anti-Spyware Company - Lavasoft Two really highly rated malware scanners: (disclaimer - I beta test the first app extensively, and have been for the last year). Malwarebytes.org Malwarebytes.org |
My System Specs![]() |
|
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Updates fail | Anton67 | Windows Updates | 2 | 09-02-2008 05:51 AM |
| Re: Vista updates fail to install. Please help! | Robert Aldwinckle | Vista performance & maintenance | 1 | 05-20-2008 01:08 AM |
| All Windows Updates Fail! | Twist3d | Windows Updates | 0 | 04-15-2008 10:00 PM |
| Vista security updates fail | Robin | Vista security | 1 | 02-11-2008 07:32 AM |
| updates fail | scrooge | Vista General | 0 | 11-19-2007 12:50 PM |
| Complimentary Industry Resources Vista Forums has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://vistax64.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today! |