Skip to content

Hide Windows Updates to prevent their installation - HideWinUpdates v1.0

Notifications You must be signed in to change notification settings

Orbif/HideWinUpdates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HideWinUpdates v1.0

Hide Windows Updates to prevent to get them install. The development of this script has been based in reversed engineering of Windows “Show or Hide Updates” wushowhide.diagcab and translated to a PowerShell manageable syntax.

Use Cases:

* Get list of updates IDs: .\HideWinUpdates.ps1 -Action GetUpdateList
* Hide Single Update     : .\HideWinUpdates.ps1 -Action HideUpdate -IDs "XXXXXXX"
* Hide Multiple Updates  : .\HideWinUpdates.ps1 -Action HideUpdate -IDs ("XXXXXXX","XXXXXXX")

Donation:

If this script help you to complete any task, you can give me a cup of coffee :)

paypal

About

Hide Windows Updates to prevent their installation - HideWinUpdates v1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%