Maybe it is a possibility to set up an SUS-server www.susserver.com and to point your workstations to there. Then u can be sure all the updates will be installed.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://SUSServer.Company.com" "WUStatusServer"=http://SUSServer.Company.com [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "AUOptions"=dword:00000004 "NoAutoRebootWithLoggedOnUsers"=dword:00000001 "NoAutoUpdate"=dword:00000000 "RescheduleWaitTime"=dword:00000001 "ScheduledInstallDay"=dword:00000000 "ScheduledInstallTime"=dword:00000004 "UseWUServer"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000004 "AUState"=dword:00000002 reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\LastWaitTimeout" /force >nul [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "ScheduledInstallDate"="2002.09.27 04:00:00" "Rescheduled"=dword:00000001 With this there is also an overview of which client has (allready) upgraded. imdos On Fri, 2004-05-14 at 18:49, John Lilley wrote: > True. But bandwidth isn't really an issue where I work and by it's > nature the script is out of date in a few days after it's release. It > would be one less script to manage. I guess I could allow the script to > update (saving bandwidth) and run auto update to finish up the job. :) > > thanks, > > john > > > Mangano, Aron wrote: > > You could do this, but why would you as it would cost you bandwidth and > > dollars etc :-) > > > > Pats way is far superior as you only need to download the updates and > > hotfixes once etc. > > > > Aron > > > > -----Original Message----- > > From: John Lilley [mailto:[EMAIL PROTECTED] > > Sent: Friday, 14 May 2004 3:57 AM > > To: [EMAIL PROTECTED] > > Subject: [Unattended] Windows auto update how to? > > > > Hey Everyone, > > > > I was wondering if its possible to run auto update automatically after > > the last reboot to install all critical patches instead of using the > > winxp-update.bat? I've set todo.pl "auconfig.pl 4" in base.bat but don't > > really know how to get it to update immediately after install. > > > > Oh and great work on the linux boot disk! I boot pxe and this saves me > > the headache of having to boot pxe twice for the drive format. :) > > > > John > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: SourceForge.net Broadband > > Sign-up now for SourceForge Broadband and get the fastest > > 6.0/768 connection for only $19.95/mo for the first 3 months! > > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > > _______________________________________________ > > unattended-info mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/unattended-info > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > unattended-info mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/unattended-info ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
