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