howto://Fix 0×80070422 errors with Microsoft Forefront or Windows Update

by Ed Fisher on 2010-01-20

in Infrastructure

Windows

 

 

The situation you come across with either Microsoft Forefront or Windows updates is that you cannot download updates, and are presented with the incredibly useful error message 0×80070422. You’ve got to love the amount of information they include in these messages. I mean, come on, is it really that hard to say "ET can’t phone home? So, try this, which is taken from KB958043. The KB talks about creating a batch file, but you can just open an administrative command prompt and paste the following to execute these commands.

sc config wuauserv start= auto
sc config bits start= auto
sc config DcomLaunch start= auto
net stop wuauserv
net start wuauserv
net stop bits
net start bits
net start DcomLaunch

Run the above, and try updating again. You should be good to go!

You might also enjoy:

  1. howto://Installing Microsoft Forefront TMG 2010, part one
  2. howto://Installing Microsoft Forefront TMG 2010, part two
  3. howto://Installing MS Project Server 2007 on Windows 2008
  4. howto://add the telnet client to windows

{ 4 comments… read them below or add one }

riempies 2010-11-24 at 04:16

Thanks a bunch, sorted out my problem

Reply

AJW 2011-06-10 at 11:32

Worked for me . Thank you very much.

Reply

MTW 2011-07-07 at 16:59

Worked like a charm. Relieved my frustration. Thanks!

Reply

Ed Fisher 2011-07-07 at 21:53

Awesome, cheers.

Reply

Leave a Comment

Previous post:

Next post: