使用 Windows 內建防毒軟體掃描檔案

在 Windows 中有內建防毒軟體:Microsoft Defender ,他有一個很棒的功能,可以使用指令呼叫他來掃描指定的軟體,執行檔位於:
    
C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.24050.7-0\MpCmdRun.exe
    

需要注意的是上面的 4.18.24050.7-0 是版本號碼,各位在看到的時候很有可能和筆者的不一樣,請自行切換。

切換到 .exe 所在的路徑後就可以使用下面的指令掃描檔案,假設要掃描 C:\Files.Stable.exe 檔案:
    
.\MpCmdRun.exe -Scan -ScanType 3 -File "C:\Files.Stable.exe"
    

範例輸出
    
.\MpCmdRun.exe -Scan -ScanType 3 -File "C:\Files.Stable.exe"
Scan starting...
Scan finished.
Scanning C:\Files.Stable.exe found no threats.
    

ScanType 參數:
  • 1 快速掃描
  • 2 完整掃描
  • 3 檔案和目錄自訂掃描


參考資料:
Microsoft.Learn - Configure and manage Microsoft Defender Antivirus with the mpcmdrun.exe command-line tool

留言

張貼留言

如果有任何問題、建議、想說的話或文章題目推薦,都歡迎留言或來信: a@ruyut.com