No such luck. I believe the problem is an error occuring before that is
making WU disable itself. There are no Group Policy settings against WU in
the CURRENT_USER or LOCAL_MACHINE hives. Here is a more detailed bit of my
log:
---
2004-10-17 13:39:32-0400 1836 e54 AU will be disabled since
DisableWindowsUpdateAccesspolicy is set and a sus server doesnt exist
2004-10-17 13:39:32-0400 1836 e54 AU is forbidden; setting AU approval type
to 'disabled'.
2004-10-17 13:39:54-0400 872 49c WU client fails
CClientCallRecorder::BeginFindUpdates from WindowsUpdate with error 0x8024002e
2004-10-17 13:39:54-0400 1836 e54 ISusInternal::BeginFindUpdates failed,
hr=8024002E
2004-10-17 13:39:54-0400 1836 e54 Unable to initiate asynchronous search,
hr=8024002E
2004-10-17 13:44:28-0400 3384 154 Out of proc datastore is shutting down
2004-10-17 13:44:29-0400 3384 154 Out of proc datastore is now inactive
----
DisableWindowsUpdateAccesspolicy is not set anywhere; not the registry, nor
GP.
"Torgeir Bakken (MVP)" wrote:
> VS. Jones wrote:
>
> > WHen I run Windows Update, I get this Message (From the Windows Update Log):
> >
> > ISusInternal::BeginFindUpdates failed, hr=8024002E
> >
> > I beleive my "C:\WINDOWS\SoftwareDistribution" folder was tampered with, and
> > I have System Restore turned off for the sake of HD space; and I hadn't
> > planned on anyone using my computer.
> Hi,
>
> Error 0x8024002E is
>
> SUS_E_WU_DISABLED
> non managed server access is disallowed
>
>
> Try this:
>
> Start/Run ==> regedit.exe
>
> Under the registry key
> HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion
> \Policies\Explorer
>
> delete the value "NoWindowsUpdate" if it exist.
>
>
> Under the registry key
> HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion
> \Policies\Windows Update
>
> delete the value "DisableWindowsUpdateAccess" if it exist.
>
>
> Under the registry key
> HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion
> \Group Policy Objects\LocalUser\Software\Microsoft\Windows\
> CurrentVersion\Policies\Windows Update
>
> delete the value "DisableWindowsUpdateAccess" if it exist.
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx
>