close to final rev

This commit is contained in:
2026-06-12 22:43:49 -06:00
parent 7dfeec2898
commit 9c7c7037c5
+3 -3
View File
@@ -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