如何以编程方式检查 Windows 是否是最新的?

发布于 2024-12-17 20:14:06 字数 147 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ζ澈沫 2024-12-24 20:14:06

您可以使用 Windows 更新代理API。这是:

一组 COM 接口,使系统管理员和程序员能够访问 Windows Update 和 Windows Server Update Services (WSUS)。可以编写脚本和程序来检查计算机当前有哪些更新可用,然后您可以安装或卸载更新。

You can use the Windows Update Agent API. It is:

a set of COM interfaces that enable system administrators and programmers to access Windows Update and Windows Server Update Services (WSUS). Scripts and programs can be written to examine which updates are currently available for a computer, and then you can install or uninstall updates.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文