From 174cc6b27729e4b7ba69dcb742d3786fbe665f20 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 13 Jun 2026 02:22:18 -0600 Subject: [PATCH] rc.1 --- Windows-Scripts/windows-repair.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index b02ff15..07fc5f1 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -109,12 +109,6 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S Write-Host "UPDATING WINDOWS 10/18" Get-WindowsUpdate -AcceptAll -Install -IgnoreReboot > $null - # Write-Host "UPDATING MALWARE SIGNATURES 10/18" - # Update-MpSignature # update windows defender malware siggs - - # Write-Host "RUNNING WINDOWS MALICIOUS SOFTWARE REMOVAL TOOL (MRT, MAY TAKE A LONG TIME, WONT SHOW STATUS) 11/18" - # 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 11/18" Update-MpSignature # update windows defender malware siggs