ganjeii
ganjeii

Reputation: 1178

c# Windows update API windows 10?

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?

Upvotes: 1

Views: 966

Answers (1)

oneironautical
oneironautical

Reputation: 26

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

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

Upvotes: 1

Related Questions