Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Working cure for my Windows Update headaches.

Reply
Thread Tools Display Modes

Working cure for my Windows Update headaches.

 
 
ceed
Guest
Posts: n/a

 
      02-22-2008
Hi,

Twice since I got Vista updates have refused to install. All of a
sudden a few updates times out with a cryptic error message. Both times
I have used Microsoft support which is free for Windows Update on
Vista. The first time I went through tons of things MS Support thought
would solve the problem, but no go. The first time the end game was a
reinstall of of the OS. The second time I recognised the support
pattern and knew it would end with yet another reinstall so I dug deep
and finally found a solution which worked. Since I've seen quite a few
posts on problems with Windows Update, and tons of methods which
doesn't work, I thought I would post the working solution here:

Do two things over all:

First:
1. Bring up an elevated (Administrator) command prompt

2. Execute the following commands sequentially:

a. fsutil resource setautoreset true c:\

b. cd /d %windir%\system32\config\txr

c. attrib -r -s -h *

d. del *

Second:

Start an elevated (Administrator) cmd.exe

Type: Cd %windir%\System32\SMI\Store\Machine
Type: Attrib –a –h –s *.TM*
Type: Del *.TM*

NOW REBOOT! After reboot updates should install

I have no clue why this works, but it did for me. I hope this will help
a few people who otherwise would have to reinstall Vista.

--
//ceed
 
Reply With Quote
 
 
 
 
tarheel
Guest
Posts: n/a

 
      02-23-2008
I'm at my wits-end with this updates not installing so I'm willing to try
this. How do I bring up the elevated command prompt. when I tried to enter
the command below into the command prompt that comes up under my
administrator account in Vista, it said I need administrative privileges.

"ceed" wrote:

> Hi,
>
> Twice since I got Vista updates have refused to install. All of a
> sudden a few updates times out with a cryptic error message. Both times
> I have used Microsoft support which is free for Windows Update on
> Vista. The first time I went through tons of things MS Support thought
> would solve the problem, but no go. The first time the end game was a
> reinstall of of the OS. The second time I recognised the support
> pattern and knew it would end with yet another reinstall so I dug deep
> and finally found a solution which worked. Since I've seen quite a few
> posts on problems with Windows Update, and tons of methods which
> doesn't work, I thought I would post the working solution here:
>
> Do two things over all:
>
> First:
> 1. Bring up an elevated (Administrator) command prompt
>
> 2. Execute the following commands sequentially:
>
> a. fsutil resource setautoreset true c:\
>
> b. cd /d %windir%\system32\config\txr
>
> c. attrib -r -s -h *
>
> d. del *
>
> Second:
>
> Start an elevated (Administrator) cmd.exe
>
> Type: Cd %windir%\System32\SMI\Store\Machine
> Type: Attrib –a –h –s *.TM*
> Type: Del *.TM*
>
> NOW REBOOT! After reboot updates should install
>
> I have no clue why this works, but it did for me. I hope this will help
> a few people who otherwise would have to reinstall Vista.
>
> --
> //ceed
>

 
Reply With Quote
 
ceed
Guest
Posts: n/a

 
      02-23-2008
tarheel wrote:

|I'm at my wits-end with this updates not installing so I'm willing to
|try this. How do I bring up the elevated command prompt. when I
|tried to enter the command below into the command prompt that comes
|up under my administrator account in Vista, it said I need
|administrative privileges.
|

Opening a command line with Administrator rights: Click on Start, go to
Programs -> Accessories, right click on Command Prompt and choose Run
as administrator. You’ll be prompted to approve the action.

--
//ceed
 
Reply With Quote
 
Judy Berg
Guest
Posts: n/a

 
      02-23-2008
Has anyone tried the sure cure for windows updates? I am a little afraid of
the command prompt thing. I know it has to accurate. What if there was a
misstype in instructions/

"ceed" wrote:

> Hi,
>
> Twice since I got Vista updates have refused to install. All of a
> sudden a few updates times out with a cryptic error message. Both times
> I have used Microsoft support which is free for Windows Update on
> Vista. The first time I went through tons of things MS Support thought
> would solve the problem, but no go. The first time the end game was a
> reinstall of of the OS. The second time I recognised the support
> pattern and knew it would end with yet another reinstall so I dug deep
> and finally found a solution which worked. Since I've seen quite a few
> posts on problems with Windows Update, and tons of methods which
> doesn't work, I thought I would post the working solution here:
>
> Do two things over all:
>
> First:
> 1. Bring up an elevated (Administrator) command prompt
>
> 2. Execute the following commands sequentially:
>
> a. fsutil resource setautoreset true c:\
>
> b. cd /d %windir%\system32\config\txr
>
> c. attrib -r -s -h *
>
> d. del *
>
> Second:
>
> Start an elevated (Administrator) cmd.exe
>
> Type: Cd %windir%\System32\SMI\Store\Machine
> Type: Attrib –a –h –s *.TM*
> Type: Del *.TM*
>
> NOW REBOOT! After reboot updates should install
>
> I have no clue why this works, but it did for me. I hope this will help
> a few people who otherwise would have to reinstall Vista.
>
> --
> //ceed
>

 
Reply With Quote
 
ceed
Guest
Posts: n/a

 
      02-24-2008
Judy Berg wrote:

|Has anyone tried the sure cure for windows updates? I am a little
|afraid of the command prompt thing. I know it has to accurate. What
|if there was a misstype in instructions/
|
|"ceed" wrote:
|
|| Hi,
||
|| Twice since I got Vista updates have refused to install. All of a
|| sudden a few updates times out with a cryptic error message. Both
||times I have used Microsoft support which is free for Windows
||Update on Vista. The first time I went through tons of things MS
||Support thought would solve the problem, but no go. The first time
||the end game was a reinstall of of the OS. The second time I
||recognised the support pattern and knew it would end with yet
||another reinstall so I dug deep and finally found a solution which
||worked. Since I've seen quite a few posts on problems with Windows
||Update, and tons of methods which doesn't work, I thought I would
||post the working solution here:
|| Do two things over all:
||
|| First:
|| 1. Bring up an elevated (Administrator) command prompt
||
|| 2. Execute the following commands sequentially:
||
|| a. fsutil resource setautoreset true c:\
||
|| b. cd /d %windir%\system32\config\txr
||
|| c. attrib -r -s -h *
||
|| d. del *
||
|| Second:
||
|| Start an elevated (Administrator) cmd.exe
||
|| Type: Cd %windir%\System32\SMI\Store\Machine
|| Type: Attrib –a –h –s *.TM*
|| Type: Del *.TM*
||
|| NOW REBOOT! After reboot updates should install
||
|| I have no clue why this works, but it did for me. I hope this will
||help a few people who otherwise would have to reinstall Vista.
||
|| --
|| //ceed
||

I have used this twice without any problems. I can of course not
guarantee that it will work for you, or not cause other problems. It
didn't for me. In fact it helped me not having to reinstall Windows
Vista after MS support weren't able to help me.

Also, if you set a restore point before you do this you can just
reverse the whole thing if something should go wrong.

--
//ceed
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Working cure for Vista update headaches. ceed Windows Vista General Discussion 0 02-22-2008 11:06 PM
Administrative Headaches riskman Windows Vista Administration 3 05-27-2007 04:44 AM
wmp 11 headaches! derkdev Windows Media Player 2 03-24-2007 04:00 AM
*** headaches *** Chad Windows Vista General Discussion 0 10-21-2006 01:38 AM
WINDOWS GENUINE ADVANTAGE TEMPORARY CURE!! Chesmon Windows Update 15 07-08-2006 05:38 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59