0

I actually have a fairly simple question, but the answer (I suspect) will not be simple:

In Windows 10 (but also in earlier versions), you can use:

  • Configuration Manager
  • -> Device Manager
  • -> expand tree
  • -> right mouse button on element
  • -> update driver,
  • let Windows search for (for the selected element) most recent driver,
  • and (if anything) found, it is installed fully automatically.
  • If nothing is found, this is also displayed.

My question is, can this way of searching / installing updates be automated? (I suspect something with Powershell scripts?) And then executed periodically.

Ideal the scripts walks through all elements in the tree so nothing is skipped.

Note: This way of searching for updates often finds updates that are not yet offered within the standard Windows update.

Note: screenshot is in Dutch but pretty clear I guess.

screenshot

MGroen
  • 3

1 Answers1

0

Windows 10 recent versions will update numerous but not all drivers. You can use this.

Name-brand computer vendors provide Driver Update applications which you can run. Some will run automatically and prompt you in a notification to complete the update.

Most drivers (over 80%) require reboot when done so automation needs to be tempered with prompts and user thought.

So you can very much do what you want. The Vendor Update is the best approach for this task at the current time