Windows 10 - WUApiLib异常

时间:2015-08-29 10:31:20

标签: c# windows-10 windows-update

我已经编写了一个工具来自动执行Windows 7和Windows 7的一些Windows更新任务。 Windows 8.1。

在Windows 10下测试该工具现在抛出一个System.Runtime.InteropServices.COMException,错误代码为HRESULT:0x80080005(CO_E_SERVER_EXEC_FAILURE),同时从IAutomaticUpdates创建第一个对象:

private IAutomaticUpdates _automaticUpdates = new AutomaticUpdates();

我确定原因是整个Windows更新过程中的更改 - 但我找不到足够的新API来通过C#操作Windows Update。

有人暗示我吗?

格尔茨

0 个答案:

没有答案