1

This is a simple question, I've used the old wuapilib.dll for windows 7, but I'm unable to find anything to use to programatically call / use windows updates in Windows 10. Did Microsoft do away with this functionality?

General Grievance
  • 4,555
  • 31
  • 31
  • 45
ganjeii
  • 1,168
  • 1
  • 15
  • 26
  • 1
    WUApi.dll still works with Windows 10, but I think the new Delivery Optimization concept (Peer-to-Peer) introduced with Windows 10 might affect a few features of the API. (The WebProxy option seems broken according to [this SO question](https://stackoverflow.com/questions/42894254/why-isnt-iupdatesessionwebproxy-working-on-windows-10)) – Chatonne May 02 '17 at 18:06

1 Answers1

1

You can still use WUApi in Windows 10. Just add the reference.

The path is C:\Windows\System32\wuapi.dll