How to Hide Updates Using PowerShell in Windows

by Leonel Mosciski
15 minutes read

How to Hide Updates Using PowerShell in Windows

Laptop computer system implementing a Domicile windows update.

Microsoft, for some determinant, decided to render Domicile windows auxiliary user-pleasant by impermanent on us a collection less recourses to supervise Domicile windows updates. While there isn’t an leading-peasy checkbox to hide an update anymore, you can hide Domicile windows updates wearing PowerShell in Domicile windows.

Web content
  • Accessing PowerShell in Domicile windows
  • Unrestrict Access to PowerShell
  • Installed Domicile windows Modernize Tool
  • Masking Domicile windows Modernizes Based on Title
  • Masking Modernizes Based on KB Number
  • Unhide Domicile windows Modernizes
  • What You Can as well as Can’t Implement via PowerShell
  • Prowl Domicile windows Modernizes Wearing a Third-Party Tool

Accessing PowerShell in Domicile windows

Press Win + X as well as pick Domicile windows Terminal (Admin). Please chit that if you wear’t have an account through admin civil liberties, you may not be able to hide Domicile windows updates.

Domicile windows Terminal lets you access both PowerShell as well as Command Rile from a single interface. By default, it’s approach to PowerShell. Alternately, you can detect PowerShell independently from Microsoft, however I position Terminal works nicely sufficient. I in addition love all the predicts I can personalize Domicile windows Terminal.

Unrestrict Access to PowerShell

By default, your user account owns banned access, as well as you can’t run any kind of outward scripts in PowerShell. To run outward scripts, you have to approach the accomplishment instruction to Limitless wearing the subsequent philosophies.

Enter the under command in PowerShell as well as press the Enter switch.

Set-ExecutionPolicy Unrestricted
Placement the accomplishment instruction in PowerShell.

Attest the readjust by emboldening the A fulcra coordinated through by Enter on your keyboard. From this time forward, your user account owns infinite access.

Showing PowerShell infinite access to hide Domicile windows updates.

You can dissect the current accomplishment instruction of your user account wearing the under command. As you can go to in the screenshot under, I have infinite access.

Get-ExecutionPolicy
Determining access degree in PowerShell.

After matching the accomplishment instruction, it’s time to last however not least overture rind upwards pesky updates you wear’t yearn to tackle.

Installed Domicile windows Modernize Tool

By default, Domicile windows PowerShell doesn’t contain the commands to supervise Domicile windows Modernizes. Instead, you have to detect the PSWindowsUpdate component.

Amenable PowerShell as well as enter:

Install-Module -Name PSWindowsUpdate
Installing the Domicile windows Modernize component via PowerShell.

Kind Y to testify that you in addition yearn to in addition detect NuGet, which is valuable to application PSWindowsUpdate. Please chit that you need to be tied to the Web to amass started on this.

Attest component installment.

If you avail a caution around an untrusted repository, form Y to testify you yearn to perpetuate.

My installment merely took a few mins, however it can vary slightly. After that, your sieve need to rejoinder to a typical PowerShell prompt.

Masking Domicile windows Modernizes Based on Title

Before you can hide updates wearing PowerShell, you have to go to a listing of what’s presently pending as well as the moniker of the update to hide it.

Intake the under command to avail a listing of all the comfortably accessible Domicile windows updates.

Get-WUList
List of Domicile windows updates that can be hidden.

Situate the update you yearn to hide as well as chit the title of the update – you’ll last word the title if the update doesn’t have a KB number. You can in addition application the KB number. (See the next segment.) Enter the subsequent command as well as press the Enter switch to hide the Domicile windows update. Wear’t neglect to readjust UpdateName through the real title, however retain the propositions.

Hide-WindowsUpdate -Title "UpdateName*"

We can application the wildcard (*) in days gone by as well as after the title as long as segment of the title is address as well as one-of-a-kind. If you wear’t yearn to bother through the wildcards, merely enter the complete update title. Remember, PowerShell lets you photocopy as well as paste, so merely photocopy as well as paste the title versus trying to form it all out.

Masking Domicile windows updates by title.

Attest you yearn to hide the update by emboldening the A fulcra coordinated through by Enter on your keyboard.

How To Prowl Modernizes Utilising Powershell In Domicile windows 10 Prowl Modernize Attest

This reaction hides the target Domicile windows Modernize. Attest that by peeking at the letter H, which stands for Unrealized, under Eminence.

How To Prowl Modernizes Utilising Powershell In Domicile windows 10 Unrealized

Masking Modernizes Based on KB Number

Conversely, you can hide a Domicile windows update wearing its KB Write-upwards ID through the command under. Of training course, not every update owns a KB number, so you’ll have to application the Title ideology for those. Wear’t neglect to readjust KBNumber through the ID of the update you yearn to hide.

Hide-WindowsUpdate -KBArticleID KBNumber
Noting Domicile windows updates to hide by KB number.

Enter the letter A as well as press the Enter switch to testify your volition.

Showing you yearn hide a Domicile windows update by KB number.

Unhide Domicile windows Modernizes

If you’re support me, sporadically you merely have to hide a Domicile windows update momentarily. Masking isn’t incurable, so you merely have to unhide what you’ve hidden.

The initial Get-WUList doesn’t underscore hidden updates, so you last word a various command in PowerShell.

Intake the subsequent command to sport the update listing:

Show-WindowsUpdate

Kind L to say No to all. Or else, you’ll note niceties around each client update, then go to a listing of all updates, involving hidden ones.

Noting all updates, involving hidden ones.

Intake one of the subsequent commands to unhide them, matching KBNumber through the real KB number or UpdateTitle through the title. Lone application one command or the unlike other, not both at unchanged time.

Show-WindowsUpdate -KBArticleID KBNumber Show-WindowsUpdate -Title UpdateTitle
Unhiding a Domicile windows update wearing the KB post ID.

Simply testify the reaction, as well as you will understandably have your update previously.

Attest you yearn to unhide an update.

If you’ve hidden many updates as well as yearn to underscore them again, application the subsequent command:

Show-WindowsUpdate

Kind A to underscore all updates, involving any kind of you’ve hidden. This is a rapid means to retrieve all hidden updates at once versus entering client titles or KB numbers.

What You Can as well as Can’t Implement via PowerShell

Before you avail also fervent around being able to hide updates wearing PowerShell, there are a few points to remember. This shouldn’t be witnessed as a means to shun all Domicile windows updates. As you can go to in the philosophies above, you’re rind upwards client updates one at a time, not all updates at once.

Plus, you’d have to go to PowerShell, probable weekly, to dissect for any kind of new-fashioned updates that may have been unleashed. This will understandably avail monotonous without postpone, as well as you’re probable to miss some.

Intake PowerShell merely as a ideology to hide information updates that you interpret you wear’t yearn at all, or application it as an unsure pause on erratic updates, such as those where users are reporting top priorities after streamlining.

If you have to pause all updates as well as wear’t yearn to enter each one manually in PowerShell, you have 2 unlike other recourses. One of them is Placements -> Domicile windows Modernize -> Pause Modernizes.

To pause updates longer than the 5 weeks preserved in mind within Domicile windows Modernize, you can in addition approach your Web relationship to metered. By default, Domicile windows won’t download updates quickly on metered links.

Attend Placements -> Network & nets -> Wi-Fi or Placements -> Network & nets -> Ethernet, depending on your relationship.

Choosing network form.

Create your network moniker as well as approach Metered relationship to On.

Revolving on Metered relationship in Domicile windows.

You’ll fetch alerts around new-fashioned updates, however you have to manually decide to download them. This in addition gives you a longer home window to weigh updates as well as go to whether there are any kind of you yearn to hide via PowerShell.

Prowl Domicile windows Modernizes Wearing a Third-Party Tool

I interpret it’s miserable merely rind upwards one update at a time. So, if the PowerShell ideology isn’t kneading for you, try WAU Manager. It takes detect of the constructed-in Domicile windows Modernize employer as well as gives you a few auxiliary recourses, such as rind upwards multiple updates at one time.

Once mounted, dissect the box to application WAU Manager versus Domicile windows Modernize, or else Domicile windows Modernize barges in as well as overrides anything you did in this app. Opt your stances as well as press Modernize Domicile windows presently. This gives you a listing of presently comfortably accessible updates.

Appraise any kind of updates you yearn to hide as well as click Prowl Picked. Please chit you can’t hide optional updates offered that Domicile windows doesn’t detect these quickly. Implement unchanged process as well as pick Deal with Unrealized Modernizes to unhide updates.

Masking Domicile windows updates wearing WAU Manager.

If you ever download a troublesome Domicile windows update, try rolling it previously via Domicile windows Modernize. Or, application SetupDiag to recover the fear. You can in addition try resetting the Domicile windows Modernize textiles. And, if the Domicile windows Modernize solution is gone, application these philosophies to recover it.

Imagine monetary debt: Unsplash

Related Posts