An open API service indexing awesome lists of open source software.

https://github.com/ceshihao/windowsupdate

A Golang binding for Windows Update Agent API
https://github.com/ceshihao/windowsupdate

go golang windowsupdate wua

Last synced: 3 months ago
JSON representation

A Golang binding for Windows Update Agent API

Awesome Lists containing this project

README

          

# WindowsUpdate

A Golang binding for [Windows Update Agent API](https://docs.microsoft.com/en-us/windows/win32/wua_sdk/portal-client) using [go-ole/go-ole](https://github.com/go-ole/go-ole).

You can find some examples.

* [Install windows updates](./examples/install_updates/main.go)
* [Query update history](./examples/query_update_history/main.go)