close to final rev

This commit is contained in:
2026-06-12 23:47:07 -06:00
parent aa0ab287ca
commit 7e587c3c7c
+1 -1
View File
@@ -45,7 +45,7 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S
Update-MpSignature # update windows defender malware siggs Update-MpSignature # update windows defender malware siggs
Write-Host "RUNNING WINDOWS MALICIOUS SOFTWARE REMOVAL TOOL (MRT, MAY TAKE A LONG TIME, WONT SHOW STATUS)" Write-Host "RUNNING WINDOWS MALICIOUS SOFTWARE REMOVAL TOOL (MRT, MAY TAKE A LONG TIME, WONT SHOW STATUS)"
# Start-Process -FilePath "MRT.exe" -ArgumentList "/F:Y /Q" -Wait # do full microsoft malicious software removal scan in background automatically removing anything found, wait to proceed Start-Process -FilePath "MRT.exe" -ArgumentList "/F:Y /Q" -Wait # do full microsoft malicious software removal scan in background automatically removing anything found, wait to proceed
Write-Host "UPDATING MALWARE SIGNATURES (AGAIN)" Write-Host "UPDATING MALWARE SIGNATURES (AGAIN)"
Update-MpSignature # update windows defender malware siggs Update-MpSignature # update windows defender malware siggs