0
0

More than 3 years have passed since last update.

vistaでmse その2

Last updated at Posted at 2020-09-28

概要

vistaに、Microsoft Security Essentials入れてみた。
AntiVirusScanner.dll、入れてみた。

インストール

RegAsm AnttiVirusScanner.dll /codebase

テスト

Set scan = CreateObject("AntiVirus.Scanner")
msgbox scan
res = scan.ScanAndClean("c:\Users\******\Desktop\anti\path.txt")
msgbox res

結果

0 "VirusNotFound"
1 "VirusFound"
2 "FileNotExist"

0

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0