Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What specific command should I use to prevent it from downloading optional updates and all the rest? #29

Open
RemixPL1994 opened this issue Jul 20, 2024 · 2 comments

Comments

@RemixPL1994
Copy link

RemixPL1994 commented Jul 20, 2024

Hello @mgajda83

What specific command should I use to prevent it from downloading optional updates and all the rest?

So this should bypass optional driver updates:
obraz

What specific command should I use to prevent it from downloading optional updates and all the rest?

What command and commands with what switches should I use?

Same second thing, how can I search, download and install "Receive updates for other Microsoft products when updating Windows"

If I have the detection of these additional updates set, can I just use - Install and it will find all of them or not?

obraz

@mgajda83
Copy link
Owner

Unfortunately, there is no attribute that points to the update provider in metadata, and it is not always specified in the title.
You can try to filter by the following parameters:

  • Get-WindowsUpdate -NotCategory Drivers
  • Get-WindowsUpdate -NotTitle "Dell|Intel"

@RemixPL1994
Copy link
Author

RemixPL1994 commented Jul 20, 2024

@mgajda83 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants