2 lines
141 B
PowerShell
2 lines
141 B
PowerShell
|
Write-Host "Running Windows Defender Full Scan in Background" -ForegroundColor Green
|
|||
|
Start-MpScan -ScanPath C:\ -ScanType QuickScan -AsJob
|