Why users are not getting the popup screen to ask them to rebootafter a WU that requires a reboot?

  • Thread starter Thread starter acuralex54-medicalintelligence@yahoo.com
  • Start date Start date
A

acuralex54-medicalintelligence@yahoo.com

Guest
Why users are not getting the popup screen to ask them to rebootafter a WU that requires a reboot?

Environment: Users are local admin of their WinXPpro. We have a
win2003 domain.

Here is a copy of our windows update gpo:

Computer Configuration (Enabled)hide
Administrative Templateshide
Windows Components/Windows Updatehide
Policy Setting
Allow Automatic Updates immediate installation Enabled
Allow non-administrators to receive update notifications Enabled
Allow signed content from intranet Microsoft update service location
Disabled
Automatic Updates detection frequency Enabled
Check for updates at the following
interval (hours): 12

Policy Setting
Configure Automatic Updates Enabled
Configure automatic updating: 4 - Auto download and schedule the
install
The following settings are only required
and applicable if 4 is selected.
Scheduled install day: 0 - Every day
Scheduled install time: 12:00

Policy Setting
Delay Restart for scheduled installations Enabled
Wait the following period before
proceeding with a scheduled
restart (minutes): 30

Policy Setting
Do not adjust default option to 'Install Updates and Shut Down' in
Shut Down Windows dialog box Disabled
Do not display 'Install Updates and Shut Down' option in Shut Down
Windows dialog box Disabled
Enable client-side targeting Enabled
Target group name for this computer PC normal

Policy Setting
Enable recommended updates via Automatic Updates Enabled
Enabling Windows Update Power Management to automatically wake up the
system to install scheduled updates Enabled
No auto-restart with logged on users for scheduled automatic updates
installations Enabled
Re-prompt for restart with scheduled installations Enabled
Wait the following period before
prompting again with a scheduled
restart (minutes): 30

Policy Setting
Reschedule Automatic Updates scheduled installations Enabled
Wait after system
startup (minutes): 5

Policy Setting
Specify intranet Microsoft update service location Enabled
Set the intranet update service for detecting updates: http://server:8530
Set the intranet statistics server: http://server:8530
(example: http://IntranetUpd01)


User Configuration (Enabled)hide
Administrative Templateshide
Windows Components/Windows Updatehide
Policy Setting
Do not adjust default option to 'Install Updates and Shut Down' in
Shut Down Windows dialog box Disabled
Do not display 'Install Updates and Shut Down' option in Shut Down
Windows dialog box Disabled
Remove access to use all Windows Update features Enabled

===============================================================================

Here is my only clue taken from the c:\WINDOWS\WindowsUpdate.log
(that make no sense for me because everything is working well EXCEPT
the popup asking the user to reboot (when required by the update):

2008-10-20 13:20:06:846 724 83c AU Launched new AU client for
directive 'Reboot Warning', session id = 0x0
2008-10-20 13:20:06:893 2596 b44 Misc =========== Logging initialized
(build: 7.1.6001.65, tz: -0400) ===========
2008-10-20 13:20:06:893 2596 b44 Misc = Process: C:\windows
\system32\wuauclt.exe
2008-10-20 13:20:06:893 2596 b44 AUClnt Launched Client UI process
2008-10-20 13:20:06:925 724 388 AU Windows Update is disabled by
policy for user
2008-10-20 13:20:06:940 2596 b44 Misc =========== Logging initialized
(build: 7.1.6001.65, tz: -0400) ===========
2008-10-20 13:20:06:940 2596 b44 Misc = Process: C:\windows
\system32\wuauclt.exe
2008-10-20 13:20:06:940 2596 b44 Misc = Module: C:\windows
\system32\wucltui.dll
2008-10-20 13:20:06:940 2596 b44 CltUI FATAL: Failed to get
notification handle, hr=80240025
2008-10-20 13:20:06:940 724 83c AU AU received handle event


Thx,
Alex
 
Re: Why users are not getting the popup screen to ask them to rebootafter a WU that requires a reboot?

Re: Why users are not getting the popup screen to ask them to rebootafter a WU that requires a reboot?

Well, this is neither the GPO, WSUS, nor WS2K3 newsgroups but, 80240025
signifies " User access to Windows Update is prevented by Group Policy
setting. "
That 'appears' to be coming from

User Configuration (Enabled)hide
Remove access to use all Windows Update features Enabled

Suggest posting this exactly as you did here to the GPO NG:
http://www.microsoft.com/communitie...aspx?dg=microsoft.public.windows.group_policy
or, WSUS NG:
http://www.microsoft.com/communitie...crosoft.public.windows.server.update_services

for a more informed answer.


MowGreen [MVP 2003-2009]
===============
*-343-* FDNY
Never Forgotten
===============



acuralex54-medicalintelligence@yahoo.com wrote:

> Environment: Users are local admin of their WinXPpro. We have a
> win2003 domain.
>
> Here is a copy of our windows update gpo:
>
> Computer Configuration (Enabled)hide
> Administrative Templateshide
> Windows Components/Windows Updatehide
> Policy Setting
> Allow Automatic Updates immediate installation Enabled
> Allow non-administrators to receive update notifications Enabled
> Allow signed content from intranet Microsoft update service location
> Disabled
> Automatic Updates detection frequency Enabled
> Check for updates at the following
> interval (hours): 12
>
> Policy Setting
> Configure Automatic Updates Enabled
> Configure automatic updating: 4 - Auto download and schedule the
> install
> The following settings are only required
> and applicable if 4 is selected.
> Scheduled install day: 0 - Every day
> Scheduled install time: 12:00
>
> Policy Setting
> Delay Restart for scheduled installations Enabled
> Wait the following period before
> proceeding with a scheduled
> restart (minutes): 30
>
> Policy Setting
> Do not adjust default option to 'Install Updates and Shut Down' in
> Shut Down Windows dialog box Disabled
> Do not display 'Install Updates and Shut Down' option in Shut Down
> Windows dialog box Disabled
> Enable client-side targeting Enabled
> Target group name for this computer PC normal
>
> Policy Setting
> Enable recommended updates via Automatic Updates Enabled
> Enabling Windows Update Power Management to automatically wake up the
> system to install scheduled updates Enabled
> No auto-restart with logged on users for scheduled automatic updates
> installations Enabled
> Re-prompt for restart with scheduled installations Enabled
> Wait the following period before
> prompting again with a scheduled
> restart (minutes): 30
>
> Policy Setting
> Reschedule Automatic Updates scheduled installations Enabled
> Wait after system
> startup (minutes): 5
>
> Policy Setting
> Specify intranet Microsoft update service location Enabled
> Set the intranet update service for detecting updates: http://server:8530
> Set the intranet statistics server: http://server:8530
> (example: http://IntranetUpd01)
>
>
> User Configuration (Enabled)hide
> Administrative Templateshide
> Windows Components/Windows Updatehide
> Policy Setting
> Do not adjust default option to 'Install Updates and Shut Down' in
> Shut Down Windows dialog box Disabled
> Do not display 'Install Updates and Shut Down' option in Shut Down
> Windows dialog box Disabled
> Remove access to use all Windows Update features Enabled
>
> ===============================================================================
>
> Here is my only clue taken from the c:\WINDOWS\WindowsUpdate.log
> (that make no sense for me because everything is working well EXCEPT
> the popup asking the user to reboot (when required by the update):
>
> 2008-10-20 13:20:06:846 724 83c AU Launched new AU client for
> directive 'Reboot Warning', session id = 0x0
> 2008-10-20 13:20:06:893 2596 b44 Misc =========== Logging initialized
> (build: 7.1.6001.65, tz: -0400) ===========
> 2008-10-20 13:20:06:893 2596 b44 Misc = Process: C:\windows
> \system32\wuauclt.exe
> 2008-10-20 13:20:06:893 2596 b44 AUClnt Launched Client UI process
> 2008-10-20 13:20:06:925 724 388 AU Windows Update is disabled by
> policy for user
> 2008-10-20 13:20:06:940 2596 b44 Misc =========== Logging initialized
> (build: 7.1.6001.65, tz: -0400) ===========
> 2008-10-20 13:20:06:940 2596 b44 Misc = Process: C:\windows
> \system32\wuauclt.exe
> 2008-10-20 13:20:06:940 2596 b44 Misc = Module: C:\windows
> \system32\wucltui.dll
> 2008-10-20 13:20:06:940 2596 b44 CltUI FATAL: Failed to get
> notification handle, hr=80240025
> 2008-10-20 13:20:06:940 724 83c AU AU received handle event
>
>
> Thx,
> Alex
 
Re: Why users are not getting the popup screen to ask them to rebootafter a WU that requires a reboot?

Re: Why users are not getting the popup screen to ask them to rebootafter a WU that requires a reboot?

Fixed.
thx
 
Back
Top