Windows安全中心API
我想访问 Windows 安全中心来检查多个安全功能的状态。
示例:
- 防火墙状态
- Windows 是否是最新的
- 计算机是否有病毒防护
我怎样才能做到这一点?
2003、XP、Vista、7
I would like to access the Windows Security Center to check the status of several security features.
Examples:
- Firewall status
- Whether Windows is up to date
- Whether the computer has virus protection
How am I able to do this?
2003, XP, vista, 7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Vista+ 上,您可以通过 获取其状态摘要
WscGetSecurityProviderHealth
。On Vista+ you can get a summary of its status via
WscGetSecurityProviderHealth
.