From 9c7c7037c558272ca5fc4b80e657b1cbaab29cb9 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 12 Jun 2026 22:43:49 -0600 Subject: [PATCH] close to final rev --- Windows-Scripts/windows-repair.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Windows-Scripts/windows-repair.ps1 b/Windows-Scripts/windows-repair.ps1 index b799adc..f37f3f4 100644 --- a/Windows-Scripts/windows-repair.ps1 +++ b/Windows-Scripts/windows-repair.ps1 @@ -33,13 +33,13 @@ if (-not ([Security.Principal.WindowsIdentity]::GetCurrent().Groups -contains 'S Write-Host "CLEARING ARP CACHE" Remove-NetNeighbor -Confirm:$false > $null + Write-Host "Clearing all SAMBA Credentials" + net use * /delete /y > $null + Write-Host "RENEWING DHCP" ipconfig /releasen > $null ipconfig /renew > $null - Write-Host "Clearing all SAMBA Credentials" - net use * /delete /y > $null - Write-Host "LAUNCHING WINDOWS MALICIOUS SOFTWARE REMOVAL TOOL (MRT) FOLLOW DIRECTIONS FOR FULL SCAN" Start-Process "MRT.exe" -NoNewWindow -Wait # builtin malware removal tools -ArgumentList