WinDefendQuickScanBackground
Runs a Quick Scan using Windows Defender in the Background
This commit is contained in:
parent
51d9314caf
commit
add3f34289
|
@ -0,0 +1,2 @@
|
|||
Write-Host "Running Windows Defender Full Scan in Background" -ForegroundColor Green
|
||||
Start-MpScan -ScanPath C:\ -ScanType FullScan -AsJob
|
|
@ -0,0 +1,2 @@
|
|||
Write-Host "Running Windows Defender Full Scan in Background" -ForegroundColor Green
|
||||
Start-MpScan -ScanPath C:\ -ScanType QuickScan -AsJob
|
Loading…
Reference in New Issue