hl2guide

DNS Flusher 1.0A - PowerShell

Jul 30th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Flushes the DNS Cache
  2. # Version: 1.0A
  3.  
  4. Start-Process 'C:\Windows\System32\IPCONFIG.exe' -ArgumentList '/FlushDNS'
  5. Write-Host
  6. Write-Host 'DNS Cache Flushed.' -ForegroundColor Yellow
Advertisement
Add Comment
Please, Sign In to add comment