HomePage
WikiBlog
RecentChanges
LikePages
BackLinks
FindPage

Blog entries

2010-02-16: RSS-Feeds für ricardo.ch-Suchergebnisse

2010-02-15_spam: Disabling public editing

2010-02-15: Show Processes waiting for I/O in Linux

2010-02-13: Sony Vaio P in der Schweiz...

2009-06-17: Wie man plötzlich zum Mörder wird (weil's einfach besser 'rüberkommt!)

2008-05-18: Recreating SSL keys for stunnel, lighttpd and dovecot following the Debian-OpenSSL debacle

2008-02-12: Patch for aoeserver in Kernel 2.6.24

2008-02-07: Usage of open-iscsi on Linux

2008-02-05: Linux and Windows working in harmony with iSCSI

2008-01-19: Linksys PAP2 FXS Port Impedance

< September, 2010 >
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30

Wiki Blog/2005-12-14

Blog working again & Windows Update Nagging Screen

People visiting my blog in the last few months might have expecting strange behavior like white screens when loading pages other than the home page. this was caused by a PHP version which made the Apache web server crash all the time. This was solved now by installing a new PHP version and all is fine again.

Still, my employer thinks using Windows XP Pro is a good choice, so I have to deal with automatic updates and nagging screens appearing every 10 minutes wanting me to reboot the system. Which is kind of nonsense, because I usually started the damn thing only some minutes before the updates.

If you want to disable it forever, do the following:

  • Start
  • Run
  • gpedit.msc
  • Local Computer Policy
  • Computer Configuration
  • Administrative Templates
  • Windows Components
  • Windows Update
  • Re-prompt for restart with scheduled installations.

For Windows 2000, it's buried in the registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"RebootRelaunchTimeoutEnabled"=dword:00000000
"NoAutoRebootWithLoggedOnUsers"=dword:00000001

To let the nagging screen disappear (until the next reboot, if you don't apply the tip above):

net stop wuauserv
 
Add a Comment
Summary:
Comment:

Last edited on 14.12.2005 6:42.


View Source | PageHistory | Diff | PageInfo

© Copyright 2004 - 2006 Nicola Fankhauser. All Rights Reserved.