How to hide certain windows updates..
How to hide certain windows updates..
Hello,
I'm making a custom XP pro and i'd like to stop certain updates from showing up on Windows update (example Windows Messenger 4.7). Messenger 4.7 has been removed using Nlite but it will show up on Windows update.
Is there a reg key I can set that will prevent this update (as well as Windows Search etc) from showing?
Thanks!
I'm making a custom XP pro and i'd like to stop certain updates from showing up on Windows update (example Windows Messenger 4.7). Messenger 4.7 has been removed using Nlite but it will show up on Windows update.
Is there a reg key I can set that will prevent this update (as well as Windows Search etc) from showing?
Thanks!
HJW has found a registry entry that prevents Windows Search 4.0 from being offered on the Windows Update website.
For other updates, beats has provided a brief tutorial.
For other updates, beats has provided a brief tutorial.
About WM4.7 specifically: I used to get Windows Messenger 4.7 offers in WU, but I don't get them any more (and I haven't changed anything in the interim), even on new installs. AFAIK, MS stopped offering it after it became, well, hopelessly obsolete. So I'm a bit surprised that it's offering it to you; maybe it has something to do with the way you removed it? I've never trusted nLite, so my removal of WM was done by manually editing one line of an INF (changing it from an always-installed component to an optional component).
The following code in WinNT.sif will also prevent the installation of WM4.7, without editing an INF. This is what I use.
Code: Select all
[Components]
msmsgs="Off"
-
- Posts: 130
- Joined: Sat Jan 10, 2009 4:30 am
- Location: Estonia
My question is realated to the messenger tweak, but not exactly. I wanna disable Windows Live Essentials updates from MU. I have installed WLM 2009 and it still offers me to install the stupid components, i dont need. Of course it said, that update failed, cause i didnt select anything to install.
PS! I know, that i can select "do not show this update anymore", but how can i do this pre-install. Is there a registry tweak maybe?
PS! I know, that i can select "do not show this update anymore", but how can i do this pre-install. Is there a registry tweak maybe?
Most important question is why and everything begins of your choice
The turorial beats provides will work for that. 

This actually does not work correctly, it will cause windows update to fail on the first run on a new install. However it does seem to work okay after is failed and run again.5eraph wrote:The turorial beats provides will work for that.
Actually, I never ran into this problem. It just works fine the first time.JohnA wrote:This actually does not work correctly, it will cause windows update to fail on the first run on a new install. However it does seem to work okay after is failed and run again.
However, this might be caused by other (rather old) issues, see:
http://support.microsoft.com/kb/927891
http://support.microsoft.com/kb/916089
http://support.microsoft.com/kb/939273
http://support.microsoft.com/kb/932762
I think you might have another "unresolved" issue with windows update 'JohnA'. Following the directions that were laid out for the "SoftwareDistribution" folder, my install CD worked perfectly on VirtualBox and the direct install on the computer I was updating.
A mind is like a parachute, it only functions when it is open.
--Anonymous
How to Ask Questions the Smart Way
--Anonymous
How to Ask Questions the Smart Way