Home .. About WSUS Wiki

WSUS .. WSUS FAQ .. WSUS on SBS .. WSUS Troubleshooting .. WSUS News Groups .. Known WSUS Issues .. WSUS Links .. WSUS Wish List
WSUS Documents .. WSUS Deployment Guide .. WSUS Installation Guide .. WSUS Release Notes .. WSUS Best Practice
SUS .. SUS FAQ .. What Is SUS .. SUS Troubleshooting .. SUS Links .. SUS Known Issues .. SUS FAQ .. What Is SUS .. SUS Troubleshooting .. SUS Links .. SUS Known Issues
Wiki Community
.. Wiki Contributors .. I Love WSUS .. WSUS Wiki Diary .. Wiki Statistics .. To Do Page
Miscellaneous Stuff .. Other Resources .. Do You Know?
Terms of Use Trademarks
Privacy Statement
| |
This is a tricky task. Tell us what works for you. - Intimidation? ;-)
- Begging or bribing?
- Just doing it over the weekend when users are not there.
Comments:
Last Modified 3/28/05 5:02 AM
|
We just set this up to automatically install with the system scheduler at 5:00AM and reboot. In my orginization it would be extremely rare for somebody to be working at that hour so they would never see a message to reboot. Here are my registry changes:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://server:8530"
"WUStatusServer"="http://server:8530"
"ElevateNonAdmins"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000004
"AutoInstallMinorUpdates"=dword:00000001
"DetectionFrequency"=dword:00000002
"NoAutoRebootWithLoggedOnUsers"=dword:00000000
"NoAutoUpdate"=dword:00000000
"UseWUServer"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000001
"RebootRelaunchTimeout"=dword:0000003c
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RebootWarningTimeout"=dword:0000000f
"RebootWarningTimeoutEnabled"=dword:00000001
"RescheduleWaitTime"=dword:00000001
"RescheduleWaitTimeEnabled"=dword:00000000
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000005
The only annoying thing is that our users get the little icon in the systray notifying them that there are updates available. This occasionally results in a call to the helpdesk, however we just tell the user to ignore this icon and the updates get installed overnight.