如何以编程方式检查 Windows 是否是最新的?
我正在使用 Windows 窗体在 C# 中构建一个应用程序,该应用程序必须检测防病毒和反间谍软件是否已安装、更新和启用。我已经使用 WMI.Net 完成了此操作,但我找不到检查 Windows 7 是否最新的方法 -日期。 你知道这是否可以通过 WMI 或任何其他库实现吗???
I am building an application in c# using windows forms which has to detect if antivirus and antispyware are installed,updated and enabled.I have done this using WMI.Net,but I cannot find a way for checking if Windows 7 is up-to-date.
Do you know if this is possible through WMI or any other library ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Windows 更新代理API。这是:
You can use the Windows Update Agent API. It is: