gpt4 book ai didi

java - 如何获取智能手机上安装的防病毒信息?

转载 作者:行者123 更新时间:2023-11-29 23:47:13 25 4
gpt4 key购买 nike

我知道在操作系统 Windows 上可以使用下面的 vbscript 通过 WMI 服务检索有关安装在计算机上的防病毒软件的一些信息:

strComputer = "."

Set oWMI = GetObject( _

"winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\SecurityCenter")


Set colItems = oWMI.ExecQuery("Select * from AntiVirusProduct")


For Each objItem in colItems

With objItem

WScript.Echo .companyName

WScript.Echo .displayName

WScript.Echo .instanceGuid

WScript.Echo .onAccessScanningEnabled

WScript.Echo .pathToSignedProductExe

WScript.Echo .productHasNotifiedUser

WScript.Echo .productState

WScript.Echo .productUptoDate

WScript.Echo .productWantsWscNotifications

WScript.Echo .versionNumber

End With

Next

Reference

Java Android 中有什么东西可以完成相同/相似的任务吗?

最佳答案

I know that on operational system Windows is possible retrieve some informations about the antivirus that is installed on computer through WMI service using this vbscript below

请注意,您对此的引用是一篇 10 年前的博客文章。

There something in Java Android able to make the same/similar task?

我想不出来了。 Android 应用无需以这种方式宣传其功能。

关于java - 如何获取智能手机上安装的防病毒信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51218434/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com