close to final rev
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user