Jump to content

Hide Windows Updates Not Needed


Recommended Posts

Posted

Is there a way to hide updates not needed/wanted on Microsoft (Windows) Update page with a registry script during XP setup? If so, how would you do this?

I don't want Windows PowerShell 2.0 and WinRM 2.0 for Windows XP and Windows Embedded (KB968930), Microsoft Security Essentials - KB2267621, or Windows Live Essentials.

Or would the more prudent way be to hide them on the page itself?

Just Wondering!

What do you think?

M2GD


Posted

I believe C:\WINNT\SoftwareDistribution\DataStore\DataStore.edb stores what you have hidden. You can use the $OEM$ folder to copy it over during setup.

Posted

I believe C:\WINNT\SoftwareDistribution\DataStore\DataStore.edb stores what you have hidden. You can use the $OEM$ folder to copy it over during setup.

Thanks -X- I will give that a try and report back.

I appreciate the help.

M2GD

Posted

In order to hide unneeded windows updates you need to hide them on Windows/Microsoft Updates page. Then you need to copy not only C:\WINNT\SoftwareDistribution\DataStore\DataStore.edb but also C:\WINNT\SoftwareDistribution\DataStore\Log\edb.log. Without edb.log Windows/Microsoft Updates activex breaks.

As -X- suggested I put both files in $OEM$ folder and created a script to move them over during setup.

It worked great.

FYI everybody.

M2GD

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...