Windows 10 Prevent/Remove a specific update

To prevent a particular update from being installed on your Windows 10 Pro system, you can use the “Show or hide updates” troubleshooting package provided by Microsoft.windows 10 2c

Here's how you can do it:

Download it “Show or hide updates” troubleshooting package from the Microsoft website.

  • Run the troubleshooter and click on “Advanced”. Make sure the box for “Apply repairs automatically” is checked.
  • Click Next and select “Hide updates”.
  • Select the update you want to prevent from installing from the list provided and click Next.
  • Complete the troubleshooting steps and the selected update should remain hidden and not install.

You should know that hiding updates should be done with care, as they often contain important security updates. If you are planning to upgrade to Windows 11, which may not be affected by the same issue, this app could be a temporary solution until you upgrade.

If this tool doesn't work, you can try the command below:

Reset Windows Update components: includes stopping the Windows Update service, clearing the Windows Update cache, and restarting the service.

There are several steps involved in resetting Windows Update components (Reset Windows Update components).

Here's a guide on how to do this one command at a time:

  • Stop Windows Update services:

net stop wuauerv
net stop cryptSvc
net stop bits
net stop msiserver
  • Rename SoftwareDistribution and Catroot2 folders:

Ren C:\\Windows\\SoftwareDistribution SoftwareDistribution.old
Ren C:\\Windows\\System32\\catroot2 Catroot2.old
  • Restart Windows Update services:

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

You can run the above commands with Command Prompt or PowerShell (you will need administrator rights).

Search for cmd or powershell, right click on the icon and open as administrator

Then restart your computer.

iGuRu.gr The Best Technology Site in Greeceggns

Get the best viral stories straight into your inbox!















Written by giorgos

George still wonders what he's doing here ...

One Comment

Leave a Reply

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).