Sometimes on Job (one of the Windows 2003 servers), the Windows automatic updates stop working...the little icon in the tray never shows up. Here is the solution: Method 1: Register the Wups2.dll file in Windows To register the Wups2.dll file in Windows, follow these steps:
Another similar solution was a bit more complex (but I think the solution above works fine, so only try this if the first one doesn't work): From http://www.msfn.org/board/Windows-Update-Notificati-t73279.html I maintain about 40 different computers and about half a dozen of them now exhibit this system where the update shield icon does not display in the notification area. Some are running Windows XP and some are running Windows Server 2003. These machines run mission critical operations 24/7 and are at remote locations so having them install and reboot automatically is not acceptable. The machines are all set up to automatically download but not install the updates. I remotely log into them, shut down the running applications in an orderly fashion, then apply the updates and reboot at prescribed times. The machines actually do download the updates, because there are notices in the event log from the Windows Update Agent with Event ID 17 showing "Installation Ready". Also, if I go the the shutdown dialog, one of the options is to install updates and shut down. Since these are remote machines, I have no way of turning them back on. Too bad there isn't an option to install updates and restart. In the past, I was able to correct the problem by stopping the automatic update service and deleting two folders, but that no longer seems to work. By the way those folders are
This is what finally worked for me. Stop the Windows update service from the command prompt with
Run REGEDIT and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update Delete the BalloonTime and BalloonType values, or if you want to keep a record of them, rename them to BalloonTimeX and BalloonTypeX. The BalloonTime seems to be stored in GMT. Note that the dates below are in international format
Restart the Windows update service from the command prompt with
|