ceshihao / windowsupdate

A Golang binding for Windows Update Agent API
https://pkg.go.dev/github.com/ceshihao/windowsupdate
Apache License 2.0
9 stars 7 forks source link

Is this including optional and driver updates? #1

Closed MalteKiefer closed 2 years ago

MalteKiefer commented 2 years ago

Hello,

does this module include driver and optional Windows updates?

ceshihao commented 2 years ago

Hello,

does this module include driver and optional Windows updates?

Yes, this library is only a golang binding for Windows Wuapi. You can do anything Wuapi supported.

e.g. include driver and optional ones by criteria settings

image