PSWindowsUpdate icon indicating copy to clipboard operation
PSWindowsUpdate copied to clipboard

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

Open RemixPL1994 opened this issue 1 year ago • 2 comments

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

RemixPL1994 avatar Jul 20 '24 17:07 RemixPL1994

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"

mgajda83 avatar Jul 20 '24 18:07 mgajda83

@mgajda83 Thanks!

RemixPL1994 avatar Jul 20 '24 19:07 RemixPL1994