我已经编写了一个工具来自动执行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。
有人暗示我吗?
格尔茨