Issue: Automatic Updates (AU) service is disabled by group policy, attempting to start the service results in the following error on a Windows XP SP2 machine:
Could not start the Automatic Updates service on Local Computer. Error 0×80004015: The class is configuired to run as a security id different from the caller
Solution
From a command prompt, re-register the Automatic Updates dll by running:
regsvr32 /u wuaueng.dll
regsvr32 wuaueng.dll
Change the Automatic Updates service startup from disabled to manual. The AU service should now start.
August 6, 2009 at 6:20 pm
Worked perfectly. Thank you.
September 17, 2009 at 11:53 am
Helped me 2!
Many Thanks!