How to Stop a Specific Windows Update From Installing

Microsoft releases regular updates for Windows 10 and Windows 11 to improve performance, but sometimes they cause more problems than they solve. When this happens, you may have to uninstall the problematic update from your computer. Fortunately, it is possible to prevent Windows from installing those updates in the future.

You can turn off automatic updates in Windows. However, it is very risky because you may miss other important updates. A better solution is to prevent Windows from installing problematic updates on your computer.

This article will show you two methods to hide specific updates in Windows. So without further ado, let’s get down to business right away.

Hide Windows Updates with the Show or Hide Updates Troubleshooter

Microsoft’s ‘Show or hide updates’ tool makes it simple to hide specific Windows Updates on your computer. You can use this tool to hide system updates that you don’t want to install. Since this tool is not pre-installed on your Windows computer, you need to download it first.

After downloading the tool, follow the steps below to hide a specific update on your Windows computer. Of course, you will need an account with administrative rights.

Step 1: Double-click the downloaded file to launch the ‘Show or hide updates’ tool.

Step 2: Select Yes when the User Account Control (UAC) prompt appears.

Step 3: Click Next.

Step 4: Select Hide Updates.

Step 5: The tool will list all pending updates. Use the check box to select the update you want to hide and click Next.

See more:  How to unlock XRK Stalker in MW3 & Warzone Season 1

Step 6: Wait for the troubleshooter to hide the specified update and click the Close button to exit the tool.

After that, Windows will no longer show the specified update. However, if a problematic update has been installed on your computer, you need to uninstall the update and then use this tool to hide it.

If you change your mind later, you can always unhide these updates using the same tool. This is the way:

Step 1: Open the ‘Show or hide updates’ tool on your computer.

Step 2: Click Next.

Step 3: Select the ‘Show hidden updates’ option.

Step 4: Select the update you want to unhide and click Next.

Step 5: Click Close.

Step 6: Press the Windows + I keyboard shortcut to launch the Settings app and go to the Windows Update section. Click the ‘Check for updates’ button and your updates will show up.

Hide Windows Updates Using PowerShell

PowerShell is a command line tool that allows you to interact with Windows through text commands. You may have used it to automate certain tasks, fix system files, and perform other administrative functions. However, did you know that you can also use PowerShell to hide specific updates? We will show you how to do it. The only risk is that you need to be careful when entering the correct commands and update names.

To hide Windows updates using PowerShell:

Step 1: Click the search icon on the Taskbar, type Windows PowerShell in the box and select Run as administrator.

Step 2: When the User Account Control (UAC) message appears, select Yes to continue.

See more:  How to Fix Slow Download Speed for Warzone 2

Step 3: Paste the following command and press Enter to install the PSWindowsUpdate module on your computer.

Install PSWindowsUpdate module

Step 4: Type A and press Enter to confirm.

Step 5: Paste the following command and press Enter to see the list of pending Windows updates.

Get-WULIST

Step 6: Write down the name of the update you want to hide from the Title column.

Step 6: Run the following command and press Enter to hide the update.

Hide-WindowsUpdate -Title “UpdateName”

Replace UpdateName in the above command with the actual name of the previously noted update.

Step 7: Press the A key then Enter to confirm your selection.

Then Windows will hide the specified update. You can confirm this change by checking the update status in the Status column.

In case you want to unhide the update later, you can run the following command in PowerShell.

Show-WindowsUpdate -Title “UpdateName”

Make sure that you replace UpdateName in the above command with the actual name of the update.

Block unwanted

Keeping your computer up to date with the latest Windows updates is almost always a breeze. However, sometimes you may want to avoid building a major update or a specific driver update early to avoid bugs and compatibility issues. Whatever your reason, blocking specific updates, as we’ve just seen, is a painless process on both Windows 10 and Windows 11.

Categories: How to
Source: thpttranhungdao.edu.vn/en/

Rate this post

Leave a Comment