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