windows update icon dissapears.
Posted: Thu Apr 09, 2009 7:16 am
Windows update icon dissapeared?
i have seen it on a few systems. the windows update is downloaded, but you cant see the icon, and it wont let you install them until you restart, then it insatalls all of them. sometimes there are certain updates ypu do not want or care about, or you would like to see that an entire service pack is going to be installed without telling you.
this way you can see the icon again and chose which updates to install.
Stop the Windows update service from the command prompt with
NET STOP WUAUSERV
Run REGEDIT and navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
Delete the BalloonTime and BalloonType values,if present.
Set DownloadExpirationTime (if present) to a date in the past.Set NextDetectionTime to a minute or two in the future.
(Note that the dates below are in format YYYY-MM-DD HH:mm:ss with a 24 hour clock.)
Restart the Windows update service from the command prompt with
NET START WUAUSERV
after those 2 minutes go by you will get your windowsupdate icon again.
this is a very crappy and temporary fix. the update icon dissapears again.
better would be finding out how to run the update thing from the command prompt.
i have seen it on a few systems. the windows update is downloaded, but you cant see the icon, and it wont let you install them until you restart, then it insatalls all of them. sometimes there are certain updates ypu do not want or care about, or you would like to see that an entire service pack is going to be installed without telling you.
this way you can see the icon again and chose which updates to install.
Stop the Windows update service from the command prompt with
NET STOP WUAUSERV
Run REGEDIT and navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
Delete the BalloonTime and BalloonType values,if present.
Set DownloadExpirationTime (if present) to a date in the past.Set NextDetectionTime to a minute or two in the future.
(Note that the dates below are in format YYYY-MM-DD HH:mm:ss with a 24 hour clock.)
Restart the Windows update service from the command prompt with
NET START WUAUSERV
after those 2 minutes go by you will get your windowsupdate icon again.
this is a very crappy and temporary fix. the update icon dissapears again.
better would be finding out how to run the update thing from the command prompt.