我正在尝试以编程方式在Windows 10上自动安装缺少的Windows更新。如果您可以指向正确的方向或在vb.net中获取有关如何执行此操作的信息,那就太棒了。
背景,可以跳过:
我有一个与某些RNDIS / Ethernet接口的Windows应用程序 小工具硬件。问题是当人们开始升级到 windows 10.在Windows 10中有一个错误,它没有正确 安装RNDIS / Ethernet Gadget驱动程序。直到驱动程序才会安装 安装了更新的Windows更新。
答案 0 :(得分:0)
Dim WindowsUpdaterSession As New AutomaticUpdates
Try
WindowsUpdaterSession.DetectNow()
'worked
Catch ex As Exception
'didnt work
End Try