[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ElevateNonAdmins"=dword:00000001
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="TestArea"
"WUServer"="http://165.24.135.139"
"WUStatusServer"="http://165.24.135.139"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000005
"RescheduleWaitTime"=dword:00000010
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"RescheduleWaitTimeEnabled"=dword:00000001
Is the listing below from the REG file being used to /import/?
Or is it an actual export of what is configured?
If this is the import file, it would be more useful to see an actual export:
Run 'REG /EXPORT HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate
WUExport.txt'
and post the WUExport.txt file
Also "RescheduleWaitTime"=dword:00000010 is actually set to 16 minutes. The
dword value is specified in hexadecimal. If you want the system to wait ten
minutes after power up before installing updates, you should set this to value
to "RescheduleWaitTime"=dword:0x0000000a.
"MOCInfo" <MOC...@discussions.microsoft.com> wrote in message
news:715DB19C-8BD7-4998...@microsoft.com...
Non-admin users have no ability to interact with the WUA, and everything
occurs according to policy.
If the status of "Administrators" is problematic, you can remove access to the
WUA for "Administrators" by enabling the /User/ policy "Remove access to all
Windows Update features".
"MOCInfo" <MOC...@discussions.microsoft.com> wrote in message
news:6EC8218E-8CF4-405D...@microsoft.com...
"MOCInfo" <MOC...@discussions.microsoft.com> wrote in message
news:4FF8F449-6382-4C84...@microsoft.com...
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate
with the value/data pair:
"DisableWindowsUpdateAccess"=dword:0x1
which derives from the registry key
HKUsers\<GUID>\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate
"MOCInfo" <MOC...@discussions.microsoft.com> wrote in message
news:0718E7A3-E51C-4378...@microsoft.com...