My girlfriend has a corrupted hard drive running Windows Vista. She is getting a new hard drive and has also purchased an external hard drive to back up her data. However windows downloaded an automatic updated and keeps getting held up and restarting when it trys to apply the update.

Is there a way she can disable this from the boot menu or start-up sequence?

link|improve this question
1  
BTW, why is it always the girlfriend's machine ? – mjv Feb 27 '10 at 3:49
you should edit you question with the new infos... – fluxtendu Feb 28 '10 at 14:54
feedback

migrated from stackoverflow.com Feb 27 '10 at 3:50

This question came from our site for professional and enthusiast programmers.

4 Answers

Updated - full answer

If it's the system drive that is corrupted and you don't already have backuped the files, you should stop using the computer until it was done, with a live cd (e.g. ubuntu, ubcd4win), by connecting the hard drive to another computer or by installing a new OS in another hard drive.

Nevertheless, to stop windows update:

  • Start in safe mode (F8 at boot, just after the bios screen; Or push repeatedly F8 from the very beginning and until the choice for the safe mode appears. If you get some other boot options (hard disk, DVD rom, etc) select (first) hard disk and continue to pushing F8)

  • Now that you have booted in safe mode, push Win+R

  • Type services.msc Enter

  • Right-click on Automatic Updates, select Properties.

  • Click the Stop button

  • Change the Startup Type to "Disabled".

If the safe mode don't work try the safe mode with command prompt where you could:

  • do a chkdsk C: /F /R /X to try to repair the hard drive and see how bad is corrupted (It's not recommended if your don't have backuped your files and your hard drive have serious damages)

  • start system restore: rstrui.exe

If even the safe mode with command prompt don't work you could:

  • boot with your vista install dvd to use the system recovery options (you could use the same chkdsk command as in safe mode with command prompt...) or to do a repair install (or a fresh one)

  • boot the restore dvd/cd from the computer manufacturer (but most of the time it can only do a fresh install, there's no repair options)

  • if no dvd was shipped at all with the computer you could use one of these, it's not possible to do a repair or fresh install with these but you could use all other system recovery options

link|improve this answer
feedback

Boot in to Safe Mode (F8 key), go into the Control Panel->Administrative Tools->Services, and disable the Automatic Updates service.

I would also run chkdisk from a recovery console (use the Vista dvd if you have one), or boot in to Safe Mode and run chkdisk from the command prompt. Set it to run on next reboot.

link|improve this answer
feedback

haha, its the girlfriend's machine because we are in long distance relationship and I was not there to properly take care of this before we got to this problem

I tried to get her to boot in safe mood, but the automatic updates kick in before she can login (so she claims)

I also had her run chkdisk too. She does not have the vista cd. She is getting a new laptop harddrive and will be installing Windows 7 on it.

link|improve this answer
Windows update is disabled in safe mode... three choice: 1. It's not safe mode 2.It's not windows update 3.She wants that you travel the long distance – fluxtendu Feb 27 '10 at 4:21
She is telling me that F8 will not get her to safe mode. It looks like the updates were downloaded, the machine restarted, and it is trying to install the updates. I know automatic update is disabled in safe mode, so what else can this be? – user29600 Feb 27 '10 at 4:37
Say to her to push repeatedly F8 from the very beginning and until she sees the choice for the safe mode. And if she will get some other boot options (hard disk, DVD rom, etc) select (first) hard disk and continue to pushing F8... – fluxtendu Feb 27 '10 at 5:14
The mashing of F8 didn't work. She was able to select the option to boot in safe mode, but windows is still trying to configure the updates. – user29600 Feb 28 '10 at 0:13
look at my updated answer... – fluxtendu Feb 28 '10 at 15:51
feedback

This is not Windows Update, I agree that Windows Update is obnoxious, but its NOT disrespectful :P Boot from Hiren's boot disc, or a Pre-Installed Environment disc and run McAfee Stinger on the system. You'll find the culprit. Stinger Link: http://vil.nai.com/vil/stinger/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown