Just in case someone ever finds this thread again.
From
http://www.wsus.info/forums/lofivers...php?t5810.html
try this
@echo off
rem This batch file is needed if in group policy at any time the services
"automatic updates" or "backgroud intelligent"
rem transfer have ever been changed from default. It seems the group
policy does not set back to default like it should.
rem So this script must do it manually.
Echo This batch file will Set Service Object Security for WUAUSERV & BITS.
Echo Please wait...
@echo on
sc sdset bits
"D

A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)" >>C:\SetServiceObjectSecurity.log
sc sdset wuauserv
"D

A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)" >>C:\SetServiceObjectSecurity.log
@echo off
Echo Open C:\SetServiceObjectSecurity.log for SUCCESS entry.
Echo Open the Services applet from control panel to see if the services are
started.
Echo For any errors; report on
http://groups.msn.com/NTarabia
@echo off
Good luck
"Robert Aldwinckle" wrote:
> "PeterCharles" <> wrote in message
> news:90CB925F-54D9-4649-A231-...
> > I'm having problems with updates.
> > When I try to start the automatic updates I get --
> >
> > Could not start automatic update services on local computer
> > Error 2147500053 The class is configured to run as a security id different
> > to the caller.
> >
> > How can I fix this so I can return to getting my downloads?
>
>
> Decimal 2147500053 = 0x80004015
>
> Strange that no sign seems to be involved.
>
>
> Try a search?
>
> http://support.microsoft.com/kb/892199
>
> (MSN search for
> 0x80004015 "security id"
> )
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
>