Anon wrote:
> Torgeir Bakken (MVP) wrote:
>
>> (snip)
>> 1.
>> How do you configure the settings now? Are you using Control
>> Panel --> Automatic Updates?
>
> Yes, while logged in as administrator
>
>>
>> 2.
>> On one of the computers that doesn't behave as you thought it should,
>> could you please export to a file the registry key
>> HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU
>> and post the content of the file here?
>
>
> I have looked for this key and it is not there -
> HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows has no
> \windowsupdate at all. I searched for windowsupdate and no dice either.
>
> Does it matter that I have upgraded to Microsoft Update?
>
> Could we find the information using the policy snapin thingie?
Hi,
Lets try this:
To be sure to have the latest Windows Update Agent installed, run
WindowsUpdateAgent20-x86.exe (use a user account that have local
admin rights).
Download location for WindowsUpdateAgent20-x86.exe
http://go.microsoft.com/fwlink/?LinkId=43264
Then put the following text in a registry file (.reg) and import it
by double-clicking on it in Explorer.
--------------------8<----------------------
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003
"RescheduleWaitTimeEnabled"=dword:00000001
"RescheduleWaitTime"=dword:00000001
"NoAutoUpdate"=dword:00000000
"NoAutoRebootWithLoggedOnUsers"=dword:00000000
--------------------8<----------------------
(be sure to have a blank line at the end of the registry file)
Then reboot.
The registry file above will configure Automatic Updates (AU) to
install updates automatically at 3 AM (or if the computer was not
running at 3 AM, 1 minute after next computer startup).
If an installation needs a reboot, AU will notify the user that the
computer will automatically restart in 5 minutes to complete the
installation, with no option to postpone the reboot.
If you on a computer still experience that it doesn't install updates
automatically, there is something wrong, and you will need to look at
some log files to see if you can get some clues about what is wrong:
%windir%\WindowsUpdate.log
and
%windir%\SoftwareDistribution\ReportingEvents.log
(%windir% is typically C:\Windows or C:\Winnt)
Note that the text goes pretty far out to the right on the latter file,
turn off any line wrapping in your text editor.
and:
How to read the Windowsupdate.log file
http://support.microsoft.com/kb/902093
--
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