Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WSUS Registry Settings

2,394 views
Skip to first unread message

msnews.microsoft.com

unread,
Apr 9, 2007, 7:52:47 PM4/9/07
to
I use the following Registry Settings

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://192.168.1.1:8530"
"WUStatusServer"="http://192.168.1.1:8530"
"ElevateNonAdmins"=dword:00000001
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="CPOD"

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000004
"AutoInstallMinorUpdate"=dword:00000001
"DetectionFrequency"=dword:00000016
"DetectionFrequencyEnabled"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"RebootRelaunchTimeout"=dword:000002d0
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RebootWarningTimeout"=dword:0000001e
"RebootWarningTimeoutEnabled"=dword:00000001
"RescheduleWaitTime"=dword:0000001e
"RescheduleWaitTimeEnabled"=dword:00000001
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:0000000c
"UseWUServer"=dword:00000001


From what I could find on these settings they are supposed to download and
install the patches/hotfixes if approved for installation.
But using these settings requires user interaction to get the install going.
download to PC works

Fred


Winfried Sonntag [MVP]

unread,
Apr 10, 2007, 2:58:40 AM4/10/07
to
msnews.microsoft.com schrieb:

> [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
> "AUOptions"=dword:00000004
> "AutoInstallMinorUpdate"=dword:00000001
> "DetectionFrequency"=dword:00000016
> "DetectionFrequencyEnabled"=dword:00000001
> "NoAutoRebootWithLoggedOnUsers"=dword:00000001
> "NoAutoUpdate"=dword:00000000
> "RebootRelaunchTimeout"=dword:000002d0
> "RebootRelaunchTimeoutEnabled"=dword:00000001
> "RebootWarningTimeout"=dword:0000001e
> "RebootWarningTimeoutEnabled"=dword:00000001
> "RescheduleWaitTime"=dword:0000001e
> "RescheduleWaitTimeEnabled"=dword:00000001
> "ScheduledInstallDay"=dword:00000000
> "ScheduledInstallTime"=dword:0000000c
> "UseWUServer"=dword:00000001
>
>
> From what I could find on these settings they are supposed to download and
> install the patches/hotfixes if approved for installation.

"AUOptions"=dword:00000004 is the right setting.

> But using these settings requires user interaction to get the install going.
> download to PC works

Are your Users local Administrators?

Winfried
--
http://www.microsoft.com/germany/windowsserver2003/technologien/updateservices/default.mspx
http://www.wsuswiki.com/Home

Hungryjack

unread,
Apr 10, 2007, 12:18:04 PM4/10/07
to

"Winfried Sonntag [MVP]" wrote:

Maybe this will help:
NoAutoRebootWithLoggedOnUsers is enabled which Specifies that to complete a
scheduled installation, Automatic Updates will wait for the computer to be
restarted by any user who is logged on, instead of causing the computer to
restart automatically in 5 minutes to complete the installation.
"NoAutoRebootWithLoggedOnUsers"=dword:00000001

If this is set then it will not auto reboot, which means the user has too.

Lawrence Garvin (MVP)

unread,
Apr 10, 2007, 7:20:56 PM4/10/07
to
"msnews.microsoft.com" <d@> wrote in message
news:OWRf9Iwe...@TK2MSFTNGP04.phx.gbl...

> From what I could find on these settings they are supposed to download and
> install the patches/hotfixes if approved for installation.
> But using these settings requires user interaction to get the install
> going. download to PC works

After configuring the registry, you'll need to restart the Automatic Updates
service so that it can read the registry settings.

Also, be cautioned against the fact that the update(s) appear in the
notification area and /can/ be installed interactively
and the idea that the scheduled installation is not working.

To determine if the updates were /scheduled/ for installation after
downloading,
review the %windir%\SoftwareDistribution\ReportingEvents.log
or the Event Logs for similar entries confirming the download and
scheduling of the updates.


--
Lawrence Garvin, M.S., MCTS, MCP
Independent WSUS Evangelist
MVP-Software Distribution (2005-2007)
https://mvp.support.microsoft.com/profile=30E00990-8F1D-4774-BD62-D095EB07B36E

Everything you need for WSUS is at
http://technet2.microsoft.com/windowsserver/en/technologies/featured/wsus/default.mspx

And, almost everything else is at
http://wsusinfo.onsitechsolutions.com
....


twjolson

unread,
Jun 3, 2010, 1:59:13 PM6/3/10
to

Sorry to Rez a dead thread,

What if you do not want to schedule update installation, but do not want
the user to be able to configure the installation. I'm looking to have
as little interaction as possible, preferrably just do a reboot.

Here is what I got thus far :
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ElevateNonAdmins"=dword:00000000
"WUServer"="http://10.100.1.38"
"WUStatusServer"="http://10.100.1.38"
"TargetGroup"="22 Hours"
"TargetGroupEnabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AutoInstallMinorUpdates"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000003
"UseWUServer"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000001
"DetectionFrequency"=dword:00000022


--
twjolson
------------------------------------------------------------------------
twjolson's Profile: http://forums.techarena.in/members/228126.htm
View this thread: http://forums.techarena.in/server-update-service/722434.htm

http://forums.techarena.in

Harry Johnston [MVP]

unread,
Jun 3, 2010, 9:08:12 PM6/3/10
to
On 2010-06-04 5:59 a.m., twjolson wrote:

> What if you do not want to schedule update installation, but do not want
> the user to be able to configure the installation. I'm looking to have
> as little interaction as possible, preferrably just do a reboot.

How were you wanting to install the updates? Using the "install updates and
shut down" option?

Which operating system?

Harry.


>
> Here is what I got thus far :
> [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
> "ElevateNonAdmins"=dword:00000000
> "WUServer"="http://10.100.1.38"
> "WUStatusServer"="http://10.100.1.38"
> "TargetGroup"="22 Hours"
> "TargetGroupEnabled"=dword:00000001
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
> "AutoInstallMinorUpdates"=dword:00000001
> "NoAutoUpdate"=dword:00000000
> "AUOptions"=dword:00000003
> "UseWUServer"=dword:00000001
> "NoAutoRebootWithLoggedOnUsers"=dword:00000001
> "DetectionFrequencyEnabled"=dword:00000001
> "DetectionFrequency"=dword:00000022
>
>


--
Harry Johnston
http://harryjohnston.wordpress.com

0 new messages