小樱 发表于 2021/6/16 01:17

卡巴斯基通过cmd命令行加参数进行扫描文件的方法,比特彗星BT种子任务下载完成后查杀

卡巴斯基通过cmd命令行加参数进行扫描文件的方法,比特彗星BT种子任务下载完成后查杀
调用文件为,帮助如下
"C:\Program Files (x86)\Kaspersky Lab\Kaspersky Free 21.3\avp.com"
Usage: avp.com <command>

command       Specifies the command to be executed
HELP         Show this help
SCAN         Start new scan
UPDATE       Update databases and optionally application modules
ROLLBACK   Rollback previously updated databases
RENEW      Renew product
START      Start specified task
STOP         Stop running task
STATUS       Show task status
STATISTICS   Show task statistics
EXPORT       Export settings
IMPORT       Import settings
AcceptEULA   Accept EULA and manage KSN agreement usage flag
REPORT       Export reports
SHOWTM       Show scan task manager
PROXYAUTH    Set proxy credentials
EXIT         Exit product
TRACES       Turn traces on/off, clear traces

To get additional description of specific command use 'HELP <command>' syntax

Examples:
   avp.com [ /? | HELP ]
   avp.com <command> /?
   avp.com HELP <command>
   avp.com HELP SCAN
   avp.com UPDATE /?


使用方法,例如,文件具体路径或者文件夹
"C:\Program Files (x86)\Kaspersky Lab\Kaspersky Free 21.3\avp.com" SCAN "C:\Program Files"

那么比特彗星的使用方法例如,,,创建一个 卡巴斯基.bat 文件放入D盘,杀毒程序路径框中填写 D:\卡巴斯基.bat,并且勾选下载完成后杀毒 即可,其它处留空,如下图
@echo off
set QMLSCENE_DEVICE=softwarecontext
start "" /b "C:\Program Files (x86)\Kaspersky Lab\Kaspersky Free 21.3\avp.com" SCAN %1




不可名 发表于 2021/7/19 07:14

卡巴斯基标记{:3028:}{:3027:}
页: [1]
查看完整版本: 卡巴斯基通过cmd命令行加参数进行扫描文件的方法,比特彗星BT种子任务下载完成后查杀