https://github.com/cmartinezone/hidewinupdates
Hide Windows Updates to prevent their installation - HideWinUpdates v1.0
https://github.com/cmartinezone/hidewinupdates
automation powershell script windows windowsupdate
Last synced: 7 months ago
JSON representation
Hide Windows Updates to prevent their installation - HideWinUpdates v1.0
- Host: GitHub
- URL: https://github.com/cmartinezone/hidewinupdates
- Owner: cmartinezone
- Created: 2019-11-10T23:02:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T20:42:30.000Z (about 6 years ago)
- Last Synced: 2025-04-06T09:24:31.420Z (10 months ago)
- Topics: automation, powershell, script, windows, windowsupdate
- Language: PowerShell
- Homepage: https://cmartinezone.github.io/HideWinUpdates
- Size: 11.7 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://support.microsoft.com/en-us/help/3073930/how-to-temporarily-prevent-a-driver-update-from-reinstalling-in-window) 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 :)
[](https://www.paypal.me/cmartinezone)