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?
Asked
Active
Viewed 871 times
1
-
1WUApi.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 Answers
1
You can still use WUApi in Windows 10. Just add the reference.
The path is C:\Windows\System32\wuapi.dll

oneironautical
- 26
- 4