是否可以使用 Java 在 PC 上获取 Norton AntiVirus 状态?
是否可以使用 Java 在 PC 上获取 Norton AntiVirus 状态?例如最后更新日期、当前状态(如活动或非活动)、即将更新日期等。是否可以通过 java 实现?
Is it possible to get the Norton AntiVirus status on PC using Java? For example last updated date, current status like active or inactive, upcoming update date and etc. Is it possible through java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最可能符合您问题的答案是:不。
更复杂的答案是:也许 - 需要付出很多努力。
让我解释一下:没有使用任何类型的 Java API 直接访问防病毒状态的方法,因此这就是为什么快速答案不是这样的原因。但是,您可以使用 Java(与任何其他语言一样)加载文件系统上的文件内容(或检查它们是否存在)。因此,如果您可以通过从系统查找任何类型的文件相关信息来确定状态,那么答案可能是肯定的。
但无论如何 - 我不明白你需要这些信息。
The answer most likely to fit your question is: No.
The more sophisticated answer is: Maybe - with a lot of effort.
Let me explain this: There is not direct way of accessing the AntiVirus status using any kind of Java API, so that's why the quick answer is not. However, you can use Java - like any other language - to load the contents of files on the filesystem (or check their existence). So if you can determine the status by looking up any kind of file related information from the system the answer might be yes.
But anyway - I don't see for what you would need that information.
请尝试执行以下步骤:
Try following steps: